#FE0705

Color #FE0705 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #FE0705

Tints of Red #FE0705

Color information

#FE0705 (or 0xFE0705) is unknown color: approx Red. HEX triplet: FE, 07 and 05. RGB value is (254,7,5). Sum of RGB (Red+Green+Blue) = 254+7+5=266 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.49% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0705 is #01F8FA. Grayscale: #505050. Windows color (decimal): -129275 or 329726. OLE color: 329726.

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

Color convert

RGB25475-
CMYK00.970.980.00
HSL0.48º99.2%50.78%-
HSV(B)0.48º98.03%99.61%-
XYZ40.9821.232.08-
YUV80.6285.33251.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 95.49%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 5 (2.34% from 255) = 1.88%
R=95.49%
G=2.63%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547500.970.980.000.4899.250.78
HexFE7506162006333
Octal3767501411420014363
Binary11111110111101011000011100010001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0705; }

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

 H1.HeaderClassName
 {
   color: #FE0705;
 }
 .AnyTagClassName
 {
   color: #FE0705;
 }
</style>
background-color css

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

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

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

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

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

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