#F94760

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

Shades of Radical Red #F94760

Tints of Radical Red #F94760

Color information

#F94760 (or 0xF94760) is unknown color: approx Radical Red. HEX triplet: F9, 47 and 60. RGB value is (249,71,96). Sum of RGB (Red+Green+Blue) = 249+71+96=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F94760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94760 is #06B89F. Grayscale: #7F7F7F. Windows color (decimal): -440480 or 6309881. OLE color: 6309881.

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

Color convert

RGB2497196-
CMYK00.710.610.02
HSL351.57º93.68%62.75%-
HSV(B)351.57º71.49%97.65%-
XYZ43.4325.4913.7-
YUV127.07110.47214.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.86%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 96 (37.89% from 255) = 23.08%
R=59.86%
G=17.07%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249719600.710.610.02351.5793.6862.75
HexF947600473D21605e3f
Octal371107140010775254013677
Binary111110011000111110000001000111111101101011000001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94760; }

 p { color: rgb(249,71,96); }

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

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

 a { background-color: rgb(249,71,96); }

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

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

 span { border-color: rgb(249,71,96); }

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