#F94A5E

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

Shades of Radical Red #F94A5E

Tints of Radical Red #F94A5E

Color information

#F94A5E (or 0xF94A5E) is unknown color: approx Radical Red. HEX triplet: F9, 4A and 5E. RGB value is (249,74,94). Sum of RGB (Red+Green+Blue) = 249+74+94=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A5E is #06B5A1. Grayscale: #808080. Windows color (decimal): -439714 or 6179577. OLE color: 6179577.

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

Color convert

RGB2497494-
CMYK00.700.620.02
HSL353.14º93.58%63.33%-
HSV(B)353.14º70.28%97.65%-
XYZ43.5425.8513.28-
YUV128.6108.48213.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.71%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=59.71%
G=17.75%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249749400.700.620.02353.1493.5863.33
HexF94A5E0463E21615e3f
Octal371112136010676254113677
Binary111110011001010101111001000110111110101011000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94A5E; }

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

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

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

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

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

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

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

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