Html Css Color HEX #F9424D Radical Red

📋 copy color: '#F9424D'

red 249 ◦ green 66 ◦ blue 77

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

Shades of Radical Red #F9424D

Tints of Radical Red #F9424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 63.52%
G = 16.84%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9424D (or 0xF9424D) is known color: Radical Red. HEX triplet: F9, 42 and 4D. RGB value is (249,66,77). Sum of RGB (Red+Green+Blue) = 249+66+77=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9424D is #06BDB2. Grayscale: #7A7A7A. Windows color (decimal): -441779 or 5063417. OLE color: 5063417.

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

Color convert

RGB 249 66 77 -
CMYK 0 0.73 0.69 0.02
HSL 356.39º 0.94% 0.62% -
HSV(B) 356.39º 0.73% 0.98% -
XYZ 42.35 24.57 9.53 -
YUV 121.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 249 66 77 0 0.73 0.69 0.02 356.39 0.94 0.62
Hex F9 42 4D 0 49 45 2 164 5E 3E
Octal 371 102 115 0 111 105 2 544 136 76
Binary 11111001 1000010 1001101 0 1001001 1000101 10 101100100 1011110 111110

Color Harmonies of #F9424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9424D

Black with #F9424D

Text Example


Text Example

White with #F9424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9424D; }

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

 H1.HeaderClassName
 {
   color: #F9424D;
 }
 .AnyTagClassName
 {
   color: #F9424D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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