#F0476A

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

Shades of Radical Red #F0476A

Tints of Radical Red #F0476A

Color information

#F0476A (or 0xF0476A) is unknown color: approx Radical Red. HEX triplet: F0, 47 and 6A. RGB value is (240,71,106). Sum of RGB (Red+Green+Blue) = 240+71+106=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0476A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0476A is #0FB895. Grayscale: #7D7D7D. Windows color (decimal): -1030294 or 6965232. OLE color: 6965232.

HSL color Cylindrical-coordinate representation of color #F0476A: hue angle of 347.57º 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 #F0476A is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB24071106-
CMYK00.700.560.06
HSL347.57º84.92%60.98%-
HSV(B)347.57º70.42%94.12%-
XYZ40.7924.0716.13-
YUV125.52116.99209.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.55%
GREEN value IS 71 (28.12% from 255) = 17.03%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=57.55%
G=17.03%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407110600.700.560.06347.5784.9260.98
HexF0476A04638615c553d
Octal360107152010670653412575
Binary1111000010001111101010010001101110001101010111001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0476A; }

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

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

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

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

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

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

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

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