#FE4C52

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

Shades of Radical Red #FE4C52

Tints of Radical Red #FE4C52

Color information

#FE4C52 (or 0xFE4C52) is unknown color: approx Radical Red. HEX triplet: FE, 4C and 52. RGB value is (254,76,82). Sum of RGB (Red+Green+Blue) = 254+76+82=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C52 is #01B3AD. Grayscale: #828282. Windows color (decimal): -111534 or 5393662. OLE color: 5393662.

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

Color convert

RGB2547682-
CMYK00.700.680.00
HSL357.98º98.89%64.71%-
HSV(B)357.98º70.08%99.61%-
XYZ44.9826.8510.79-
YUV129.91100.97216.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.65%
GREEN value IS 76 (30.08% from 255) = 18.45%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=61.65%
G=18.45%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254768200.700.680.00357.9898.8964.71
HexFE4C520464401666341
Octal37611412201061040546143101
Binary1111111010011001010010010001101000100010110011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4C52; }

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

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

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

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

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

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

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

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