Html Css Color HEX #F9424F Radical Red

📋 copy color: '#F9424F'

red 249 ◦ green 66 ◦ blue 79

#F9424F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F9424F

Tints of Radical Red #F9424F

RGB

 RED value IS 249 (97.66% from 255) = 63.2%

 GREEN value IS 66 (26.17% from 255) = 16.75%

 BLUE value IS 79 (31.25% from 255) = 20.05%

R = 63.2%
G = 16.75%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F9424F (or 0xF9424F) is known color: 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

RGB 249 66 79 -
CMYK 0 0.73 0.68 0.02
HSL 355.74º 0.94% 0.62% -
HSV(B) 355.74º 0.73% 0.98% -
XYZ 42.43 24.6 9.91 -
YUV 122.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 249 66 79 0 0.73 0.68 0.02 355.74 0.94 0.62
Hex F9 42 4F 0 49 44 2 164 5E 3E
Octal 371 102 117 0 111 104 2 544 136 76
Binary 11111001 1000010 1001111 0 1001001 1000100 10 101100100 1011110 111110

Color Harmonies of #F9424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9424F

Black with #F9424F

Text Example


Text Example

White with #F9424F

Text Example


Text Example

HTML Codes & Css Web 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>