#FC4E5A

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

Shades of Radical Red #FC4E5A

Tints of Radical Red #FC4E5A

Color information

#FC4E5A (or 0xFC4E5A) is unknown color: approx Radical Red. HEX triplet: FC, 4E and 5A. RGB value is (252,78,90). Sum of RGB (Red+Green+Blue) = 252+78+90=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E5A is #03B1A5. Grayscale: #838383. Windows color (decimal): -242086 or 5918460. OLE color: 5918460.

HSL color Cylindrical-coordinate representation of color #FC4E5A: hue angle of 355.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4E5A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB2527890-
CMYK00.690.640.01
HSL355.86º96.67%64.71%-
HSV(B)355.86º69.05%98.82%-
XYZ44.7126.8812.5-
YUV131.39104.65214.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=60%
G=18.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252789000.690.640.01355.8696.6764.71
HexFC4E5A0454011646141
Octal37411613201051001544141101
Binary1111110010011101011010010001011000000110110010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4E5A; }

 p { color: rgb(252,78,90); }

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

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

 a { background-color: rgb(252,78,90); }

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

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

 span { border-color: rgb(252,78,90); }

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