Html Css Color HEX #FF0A06 Red

📋 copy color: '#FF0A06'

red 255 ◦ green 10 ◦ blue 6

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

Shades of Red #FF0A06

Tints of Red #FF0A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 94.1%
G = 3.69%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0A06 (or 0xFF0A06) is known color: Red. HEX triplet: FF, 0A and 06. RGB value is (255,10,6). Sum of RGB (Red+Green+Blue) = 255+10+6=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A06 is #00F5F9. Grayscale: #535353. Windows color (decimal): -62970 or 396031. OLE color: 396031.

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

Color convert

RGB 255 10 6 -
CMYK 0 0.96 0.98 0
HSL 0.96º 1% 0.51% -
HSV(B) 0.96º 0.98% 1% -
XYZ 41.38 21.49 2.14 -
YUV 82.8 84.67 250.83 -
System Red Green Blue C M Y K H S L
Decimal 255 10 6 0 0.96 0.98 0 0.96 1 0.51
Hex FF A 6 0 60 62 0 1 64 33
Octal 377 12 6 0 140 142 0 1 144 63
Binary 11111111 1010 110 0 1100000 1100010 0 1 1100100 110011

Color Harmonies of #FF0A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A06

Black with #FF0A06

Text Example


Text Example

White with #FF0A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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