#FE5152

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

Shades of Radical Red #FE5152

Tints of Radical Red #FE5152

Color information

#FE5152 (or 0xFE5152) is unknown color: approx Radical Red. HEX triplet: FE, 51 and 52. RGB value is (254,81,82). Sum of RGB (Red+Green+Blue) = 254+81+82=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5152 is #01AEAD. Grayscale: #858585. Windows color (decimal): -110254 or 5394942. OLE color: 5394942.

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

Color convert

RGB2548182-
CMYK00.680.680.00
HSL359.65º98.86%65.69%-
HSV(B)359.65º68.11%99.61%-
XYZ45.3427.5610.91-
YUV132.8499.31214.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.91%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=60.91%
G=19.42%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254818200.680.680.00359.6598.8665.69
HexFE51520444401686342
Octal37612112201041040550143102
Binary1111111010100011010010010001001000100010110100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5152; }

 p { color: rgb(254,81,82); }

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

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

 a { background-color: rgb(254,81,82); }

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

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

 span { border-color: rgb(254,81,82); }

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