#F03F66

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

Shades of Radical Red #F03F66

Tints of Radical Red #F03F66

Color information

#F03F66 (or 0xF03F66) is unknown color: approx Radical Red. HEX triplet: F0, 3F and 66. RGB value is (240,63,102). Sum of RGB (Red+Green+Blue) = 240+63+102=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03F66 is #0FC099. Grayscale: #787878. Windows color (decimal): -1032346 or 6701040. OLE color: 6701040.

HSL color Cylindrical-coordinate representation of color #F03F66: hue angle of 346.78º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F66 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB24063102-
CMYK00.740.580.06
HSL346.78º85.51%59.41%-
HSV(B)346.78º73.75%94.12%-
XYZ40.1123.0414.9-
YUV120.37117.64213.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=59.26%
G=15.56%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406310200.740.580.06346.7885.5159.41
HexF03F6604A3A615b563b
Octal36077146011272653312673
Binary111100001111111100110010010101110101101010110111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03F66; }

 p { color: rgb(240,63,102); }

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

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

 a { background-color: rgb(240,63,102); }

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

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

 span { border-color: rgb(240,63,102); }

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