Html Css Color HEX #F9425E Radical Red

📋 copy color: '#F9425E'

red 249 ◦ green 66 ◦ blue 94

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

Shades of Radical Red #F9425E

Tints of Radical Red #F9425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 60.88%
G = 16.14%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9425E (or 0xF9425E) is known color: Radical Red. HEX triplet: F9, 42 and 5E. RGB value is (249,66,94). Sum of RGB (Red+Green+Blue) = 249+66+94=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9425E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9425E is #06BDA1. Grayscale: #7B7B7B. Windows color (decimal): -441762 or 6177529. OLE color: 6177529.

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

Color convert

RGB 249 66 94 -
CMYK 0 0.73 0.62 0.02
HSL 350.82º 0.94% 0.62% -
HSV(B) 350.82º 0.73% 0.98% -
XYZ 43.04 24.84 13.12 -
YUV 123.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 249 66 94 0 0.73 0.62 0.02 350.82 0.94 0.62
Hex F9 42 5E 0 49 3E 2 15F 5E 3E
Octal 371 102 136 0 111 76 2 537 136 76
Binary 11111001 1000010 1011110 0 1001001 111110 10 101011111 1011110 111110

Color Harmonies of #F9425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9425E

Black with #F9425E

Text Example


Text Example

White with #F9425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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