#F94554

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

Shades of Radical Red #F94554

Tints of Radical Red #F94554

Color information

#F94554 (or 0xF94554) is unknown color: approx Radical Red. HEX triplet: F9, 45 and 54. RGB value is (249,69,84). Sum of RGB (Red+Green+Blue) = 249+69+84=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F94554 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94554 is #06BAAB. Grayscale: #7C7C7C. Windows color (decimal): -441004 or 5522937. OLE color: 5522937.

HSL color Cylindrical-coordinate representation of color #F94554: hue angle of 355º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F94554 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB2496984-
CMYK00.720.660.02
HSL355º93.75%62.35%-
HSV(B)355º72.29%97.65%-
XYZ42.825.0410.96-
YUV124.53105.13216.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.94%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=61.94%
G=17.16%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249698400.720.660.0235593.7562.35
HexF945540484221635e3e
Octal3711051240110102254313676
Binary1111100110001011010100010010001000010101011000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94554; }

 p { color: rgb(249,69,84); }

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

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

 a { background-color: rgb(249,69,84); }

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

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

 span { border-color: rgb(249,69,84); }

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