Html Css Color HEX #F90800 Red

📋 copy color: '#F90800'

red 249 ◦ green 8 ◦ blue 0

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

Shades of Red #F90800

Tints of Red #F90800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.89%
G = 3.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F90800 (or 0xF90800) is known color: Red. HEX triplet: F9, 08 and 00. RGB value is (249,8,0). Sum of RGB (Red+Green+Blue) = 249+8+0=257 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.89% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 249 - color contains mainly: red. Hex color #F90800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90800 is #06F7FF. Grayscale: #4F4F4F. Windows color (decimal): -456704 or 2297. OLE color: 2297.

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

Color convert

RGB 249 8 0 -
CMYK 0 0.97 1 0.02
HSL 1.93º 1% 0.49% -
HSV(B) 1.93º 1% 0.98% -
XYZ 39.15 20.31 1.86 -
YUV 79.15 83.34 249.15 -
System Red Green Blue C M Y K H S L
Decimal 249 8 0 0 0.97 1 0.02 1.93 1 0.49
Hex F9 8 0 0 61 64 2 2 64 31
Octal 371 10 0 0 141 144 2 2 144 61
Binary 11111001 1000 0 0 1100001 1100100 10 10 1100100 110001

Color Harmonies of #F90800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90800

Black with #F90800

Text Example


Text Example

White with #F90800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90800; }

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

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

background-color css

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

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

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

border-color css

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

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

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