Html Css Color HEX #F9404B Radical Red

📋 copy color: '#F9404B'

red 249 ◦ green 64 ◦ blue 75

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

Shades of Radical Red #F9404B

Tints of Radical Red #F9404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.49%

 BLUE value IS 75 (29.69% from 255) = 19.33%

R = 64.18%
G = 16.49%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9404B (or 0xF9404B) is known color: Radical Red. HEX triplet: F9, 40 and 4B. RGB value is (249,64,75). Sum of RGB (Red+Green+Blue) = 249+64+75=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F9404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9404B is #06BFB4. Grayscale: #787878. Windows color (decimal): -442293 or 4931833. OLE color: 4931833.

HSL color Cylindrical-coordinate representation of color #F9404B: hue angle of 356.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9404B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 75 -
CMYK 0 0.74 0.70 0.02
HSL 356.43º 0.94% 0.61% -
HSV(B) 356.43º 0.74% 0.98% -
XYZ 42.17 24.31 9.13 -
YUV 120.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 249 64 75 0 0.74 0.70 0.02 356.43 0.94 0.61
Hex F9 40 4B 0 4A 46 2 164 5E 3D
Octal 371 100 113 0 112 106 2 544 136 75
Binary 11111001 1000000 1001011 0 1001010 1000110 10 101100100 1011110 111101

Color Harmonies of #F9404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9404B

Black with #F9404B

Text Example


Text Example

White with #F9404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9404B; }

 p { color: rgb(249,64,75); }

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

background-color css

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

 a { background-color: rgb(249,64,75); }

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

border-color css

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

 span { border-color: rgb(249,64,75); }

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