#F9424E

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

Shades of Radical Red #F9424E

Tints of Radical Red #F9424E

Color information

#F9424E (or 0xF9424E) is unknown color: approx Radical Red. HEX triplet: F9, 42 and 4E. RGB value is (249,66,78). Sum of RGB (Red+Green+Blue) = 249+66+78=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9424E is #06BDB1. Grayscale: #7A7A7A. Windows color (decimal): -441778 or 5128953. OLE color: 5128953.

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

Color convert

RGB2496678-
CMYK00.730.690.02
HSL356.07º93.85%61.76%-
HSV(B)356.07º73.49%97.65%-
XYZ42.3924.599.72-
YUV122.08103.13218.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.36%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=63.36%
G=16.79%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249667800.730.690.02356.0793.8561.76
HexF9424E0494521645e3e
Octal3711021160111105254413676
Binary1111100110000101001110010010011000101101011001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9424E; }

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

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

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

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

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

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

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

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