#F94551

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

Shades of Radical Red #F94551

Tints of Radical Red #F94551

Color information

#F94551 (or 0xF94551) is unknown color: approx Radical Red. HEX triplet: F9, 45 and 51. RGB value is (249,69,81). Sum of RGB (Red+Green+Blue) = 249+69+81=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F94551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94551 is #06BAAE. Grayscale: #7C7C7C. Windows color (decimal): -441007 or 5326329. OLE color: 5326329.

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

Color convert

RGB2496981-
CMYK00.720.670.02
HSL356º93.75%62.35%-
HSV(B)356º72.29%97.65%-
XYZ42.6824.9910.36-
YUV124.19103.63217.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.41%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=62.41%
G=17.29%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249698100.720.670.0235693.7562.35
HexF945510484321645e3e
Octal3711051210110103254413676
Binary1111100110001011010001010010001000011101011001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94551; }

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

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

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

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

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

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

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

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