#F83660

Color #F83660 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F83660

Tints of Radical Red #F83660

Color information

#F83660 (or 0xF83660) is unknown color: approx Radical Red. HEX triplet: F8, 36 and 60. RGB value is (248,54,96). Sum of RGB (Red+Green+Blue) = 248+54+96=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F83660 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83660 is #07C99F. Grayscale: #747474. Windows color (decimal): -510368 or 6305528. OLE color: 6305528.

HSL color Cylindrical-coordinate representation of color #F83660: hue angle of 347.01º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F83660 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB2485496-
CMYK00.780.610.03
HSL347.01º93.27%59.22%-
HSV(B)347.01º78.23%97.25%-
XYZ42.1423.4413.37-
YUV116.79116.27221.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 62.31%
GREEN value IS 54 (21.48% from 255) = 13.57%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=62.31%
G=13.57%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248549600.780.610.03347.0193.2759.22
HexF8366004E3D315b5d3b
Octal37066140011675353313573
Binary11111000110110110000001001110111101111010110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83660; }

 p { color: rgb(248,54,96); }

 H1.HeaderClassName
 {
   color: #F83660;
 }
 .AnyTagClassName
 {
   color: #F83660;
 }
</style>
background-color css

<style>
 a { background-color: #F83660; }

 a { background-color: rgb(248,54,96); }

 div.DivClassName
 {
   background-color: #F83660;
 }
 .BgClassName
 {
   background-color: #F83660;
 }
</style>
border-color css

<style>
 span { border-color: #F83660; }

 span { border-color: rgb(248,54,96); }

 td.TdClassName
 {
   border-color: #F83660;
 }
 .TagClassName
 {
   border-color: #F83660;
 }
</style>