Html Css Color HEX #F90A08 Red

📋 copy color: '#F90A08'

red 249 ◦ green 10 ◦ blue 8

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

Shades of Red #F90A08

Tints of Red #F90A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

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

R = 93.26%
G = 3.75%
B = 3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F90A08 (or 0xF90A08) is known color: Red. HEX triplet: F9, 0A and 08. RGB value is (249,10,8). Sum of RGB (Red+Green+Blue) = 249+10+8=267 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.26% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A08 is #06F5F7. Grayscale: #515151. Windows color (decimal): -456184 or 527097. OLE color: 527097.

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

Color convert

RGB 249 10 8 -
CMYK 0 0.96 0.97 0.02
HSL 0.5º 0.95% 0.5% -
HSV(B) 0.5º 0.97% 0.98% -
XYZ 39.22 20.37 2.1 -
YUV 81.23 86.68 247.66 -
System Red Green Blue C M Y K H S L
Decimal 249 10 8 0 0.96 0.97 0.02 0.5 0.95 0.5
Hex F9 A 8 0 60 61 2 0 5F 32
Octal 371 12 10 0 140 141 2 0 137 62
Binary 11111001 1010 1000 0 1100000 1100001 10 0 1011111 110010

Color Harmonies of #F90A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A08

Black with #F90A08

Text Example


Text Example

White with #F90A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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