Html Css Color HEX #FF0A08 Red

📋 copy color: '#FF0A08'

red 255 ◦ green 10 ◦ blue 8

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

Shades of Red #FF0A08

Tints of Red #FF0A08

RGB

 RED value IS 255 (100% from 255) = 93.41%

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

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

R = 93.41%
G = 3.66%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF0A08 (or 0xFF0A08) is known color: Red. HEX triplet: FF, 0A and 08. RGB value is (255,10,8). Sum of RGB (Red+Green+Blue) = 255+10+8=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A08 is #00F5F7. Grayscale: #535353. Windows color (decimal): -62968 or 527103. OLE color: 527103.

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

Color convert

RGB 255 10 8 -
CMYK 0 0.96 0.97 0
HSL 0.49º 1% 0.52% -
HSV(B) 0.49º 0.97% 1% -
XYZ 41.39 21.49 2.2 -
YUV 83.03 85.67 250.66 -
System Red Green Blue C M Y K H S L
Decimal 255 10 8 0 0.96 0.97 0 0.49 1 0.52
Hex FF A 8 0 60 61 0 0 64 34
Octal 377 12 10 0 140 141 0 0 144 64
Binary 11111111 1010 1000 0 1100000 1100001 0 0 1100100 110100

Color Harmonies of #FF0A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A08

Black with #FF0A08

Text Example


Text Example

White with #FF0A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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