#F0476B

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

Shades of Radical Red #F0476B

Tints of Radical Red #F0476B

Color information

#F0476B (or 0xF0476B) is unknown color: approx Radical Red. HEX triplet: F0, 47 and 6B. RGB value is (240,71,107). Sum of RGB (Red+Green+Blue) = 240+71+107=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0476B is #0FB894. Grayscale: #7D7D7D. Windows color (decimal): -1030293 or 7030768. OLE color: 7030768.

HSL color Cylindrical-coordinate representation of color #F0476B: hue angle of 347.22º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0476B is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB24071107-
CMYK00.700.550.06
HSL347.22º84.92%60.98%-
HSV(B)347.22º70.42%94.12%-
XYZ40.8424.0916.41-
YUV125.64117.49209.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.42%
GREEN value IS 71 (28.12% from 255) = 16.99%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=57.42%
G=16.99%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407110700.700.550.06347.2284.9260.98
HexF0476B04637615b553d
Octal360107153010667653312575
Binary1111000010001111101011010001101101111101010110111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0476B; }

 p { color: rgb(240,71,107); }

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

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

 a { background-color: rgb(240,71,107); }

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

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

 span { border-color: rgb(240,71,107); }

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