#FE5556

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

Shades of Radical Red #FE5556

Tints of Radical Red #FE5556

Color information

#FE5556 (or 0xFE5556) is unknown color: approx Radical Red. HEX triplet: FE, 55 and 56. RGB value is (254,85,86). Sum of RGB (Red+Green+Blue) = 254+85+86=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5556 is #01AAA9. Grayscale: #878787. Windows color (decimal): -109226 or 5658110. OLE color: 5658110.

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

Color convert

RGB2548586-
CMYK00.670.660.00
HSL359.64º98.83%66.47%-
HSV(B)359.64º66.54%99.61%-
XYZ45.828.2411.84-
YUV135.6499.99212.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.76%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=59.76%
G=20%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254858600.670.660.00359.6498.8366.47
HexFE55560434201686342
Octal37612512601031020550143102
Binary1111111010101011010110010000111000010010110100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5556; }

 p { color: rgb(254,85,86); }

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

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

 a { background-color: rgb(254,85,86); }

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

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

 span { border-color: rgb(254,85,86); }

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