Html Css Color HEX #FE0A07 Red

📋 copy color: '#FE0A07'

red 254 ◦ green 10 ◦ blue 7

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

Shades of Red #FE0A07

Tints of Red #FE0A07

RGB

 RED value IS 254 (99.61% from 255) = 93.73%

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

 BLUE value IS 7 (3.13% from 255) = 2.58%

R = 93.73%
G = 3.69%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE0A07 (or 0xFE0A07) is known color: Red. HEX triplet: FE, 0A and 07. RGB value is (254,10,7). Sum of RGB (Red+Green+Blue) = 254+10+7=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0A07 is #01F5F8. Grayscale: #525252. Windows color (decimal): -128505 or 461566. OLE color: 461566.

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

Color convert

RGB 254 10 7 -
CMYK 0 0.96 0.97 0.00
HSL 0.73º 0.99% 0.51% -
HSV(B) 0.73º 0.97% 1% -
XYZ 41.02 21.3 2.15 -
YUV 82.61 85.34 250.24 -
System Red Green Blue C M Y K H S L
Decimal 254 10 7 0 0.96 0.97 0.00 0.73 0.99 0.51
Hex FE A 7 0 60 61 0 1 63 33
Octal 376 12 7 0 140 141 0 1 143 63
Binary 11111110 1010 111 0 1100000 1100001 0 1 1100011 110011

Color Harmonies of #FE0A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0A07

Black with #FE0A07

Text Example


Text Example

White with #FE0A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0A07; }

 p { color: rgb(254,10,7); }

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

background-color css

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

 a { background-color: rgb(254,10,7); }

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

border-color css

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

 span { border-color: rgb(254,10,7); }

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