Html Css Color HEX #F90D08 Red

📋 copy color: '#F90D08'

red 249 ◦ green 13 ◦ blue 8

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

Shades of Red #F90D08

Tints of Red #F90D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 92.22%
G = 4.81%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F90D08 (or 0xF90D08) is known color: Red. HEX triplet: F9, 0D and 08. RGB value is (249,13,8). Sum of RGB (Red+Green+Blue) = 249+13+8=270 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.22% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90D08 is #06F2F7. Grayscale: #535353. Windows color (decimal): -455416 or 527865. OLE color: 527865.

HSL color Cylindrical-coordinate representation of color #F90D08: hue angle of 1.24º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90D08 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 13 8 -
CMYK 0 0.95 0.97 0.02
HSL 1.24º 0.95% 0.5% -
HSV(B) 1.24º 0.97% 0.98% -
XYZ 39.25 20.45 2.11 -
YUV 82.99 85.69 246.41 -
System Red Green Blue C M Y K H S L
Decimal 249 13 8 0 0.95 0.97 0.02 1.24 0.95 0.5
Hex F9 D 8 0 5F 61 2 1 5F 32
Octal 371 15 10 0 137 141 2 1 137 62
Binary 11111001 1101 1000 0 1011111 1100001 10 1 1011111 110010

Color Harmonies of #F90D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90D08

Black with #F90D08

Text Example


Text Example

White with #F90D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90D08; }

 p { color: rgb(249,13,8); }

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

background-color css

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

 a { background-color: rgb(249,13,8); }

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

border-color css

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

 span { border-color: rgb(249,13,8); }

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