#F04762

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

Shades of Radical Red #F04762

Tints of Radical Red #F04762

Color information

#F04762 (or 0xF04762) is unknown color: approx Radical Red. HEX triplet: F0, 47 and 62. RGB value is (240,71,98). Sum of RGB (Red+Green+Blue) = 240+71+98=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F04762 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04762 is #0FB89D. Grayscale: #7C7C7C. Windows color (decimal): -1030302 or 6440944. OLE color: 6440944.

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

Color convert

RGB2407198-
CMYK00.700.590.06
HSL350.41º84.92%60.98%-
HSV(B)350.41º70.42%94.12%-
XYZ40.3923.9114.04-
YUV124.61112.99210.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.68%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=58.68%
G=17.36%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240719800.700.590.06350.4184.9260.98
HexF047620463B615e553d
Octal360107142010673653612575
Binary1111000010001111100010010001101110111101010111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04762; }

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

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

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

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

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

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

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

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