#F94351

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

Shades of Radical Red #F94351

Tints of Radical Red #F94351

Color information

#F94351 (or 0xF94351) is unknown color: approx Radical Red. HEX triplet: F9, 43 and 51. RGB value is (249,67,81). Sum of RGB (Red+Green+Blue) = 249+67+81=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F94351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94351 is #06BCAE. Grayscale: #7B7B7B. Windows color (decimal): -441519 or 5325817. OLE color: 5325817.

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

Color convert

RGB2496781-
CMYK00.730.670.02
HSL355.38º93.81%61.96%-
HSV(B)355.38º73.09%97.65%-
XYZ42.5624.7510.32-
YUV123.01104.3217.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.72%
GREEN value IS 67 (26.56% from 255) = 16.88%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=62.72%
G=16.88%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249678100.730.670.02355.3893.8161.96
HexF943510494321635e3e
Octal3711031210111103254313676
Binary1111100110000111010001010010011000011101011000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94351; }

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

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

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

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

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

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

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

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