#F9424F

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

Shades of Radical Red #F9424F

Tints of Radical Red #F9424F

Color information

#F9424F (or 0xF9424F) is unknown color: approx Radical Red. HEX triplet: F9, 42 and 4F. RGB value is (249,66,79). Sum of RGB (Red+Green+Blue) = 249+66+79=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9424F is #06BDB0. Grayscale: #7A7A7A. Windows color (decimal): -441777 or 5194489. OLE color: 5194489.

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

Color convert

RGB2496679-
CMYK00.730.680.02
HSL355.74º93.85%61.76%-
HSV(B)355.74º73.49%97.65%-
XYZ42.4324.69.91-
YUV122.2103.63218.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.20%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=63.20%
G=16.75%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249667900.730.680.02355.7493.8561.76
HexF9424F0494421645e3e
Octal3711021170111104254413676
Binary1111100110000101001111010010011000100101011001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9424F; }

 p { color: rgb(249,66,79); }

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

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

 a { background-color: rgb(249,66,79); }

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

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

 span { border-color: rgb(249,66,79); }

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