#F94A62

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

Shades of Radical Red #F94A62

Tints of Radical Red #F94A62

Color information

#F94A62 (or 0xF94A62) is unknown color: approx Radical Red. HEX triplet: F9, 4A and 62. RGB value is (249,74,98). Sum of RGB (Red+Green+Blue) = 249+74+98=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A62 is #06B59D. Grayscale: #818181. Windows color (decimal): -439710 or 6441721. OLE color: 6441721.

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

Color convert

RGB2497498-
CMYK00.700.610.02
HSL351.77º93.58%63.33%-
HSV(B)351.77º70.28%97.65%-
XYZ43.7225.9214.25-
YUV129.06110.48213.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.14%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=59.14%
G=17.58%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249749800.700.610.02351.7793.5863.33
HexF94A620463D21605e3f
Octal371112142010675254013677
Binary111110011001010110001001000110111101101011000001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94A62; }

 p { color: rgb(249,74,98); }

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

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

 a { background-color: rgb(249,74,98); }

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

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

 span { border-color: rgb(249,74,98); }

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