#FE0550

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

Shades of Torch Red #FE0550

Tints of Torch Red #FE0550

Color information

#FE0550 (or 0xFE0550) is unknown color: approx Torch Red. HEX triplet: FE, 05 and 50. RGB value is (254,5,80). Sum of RGB (Red+Green+Blue) = 254+5+80=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0550 is #01FAAF. Grayscale: #575757. Windows color (decimal): -129712 or 5244414. OLE color: 5244414.

HSL color Cylindrical-coordinate representation of color #FE0550: hue angle of 341.93º 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 #FE0550 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB254580-
CMYK00.980.690.00
HSL341.93º99.2%50.78%-
HSV(B)341.93º98.03%99.61%-
XYZ42.3821.769.56-
YUV88123.49246.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.93%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=74.93%
G=1.47%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25458000.980.690.00341.9399.250.78
HexFE5500624501566333
Octal37651200142105052614363
Binary11111110101101000001100010100010101010101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0550; }

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

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

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

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

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

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

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

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