#FC4C55

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

Shades of Radical Red #FC4C55

Tints of Radical Red #FC4C55

Color information

#FC4C55 (or 0xFC4C55) is unknown color: approx Radical Red. HEX triplet: FC, 4C and 55. RGB value is (252,76,85). Sum of RGB (Red+Green+Blue) = 252+76+85=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C55 is #03B3AA. Grayscale: #818181. Windows color (decimal): -242603 or 5590268. OLE color: 5590268.

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

Color convert

RGB2527685-
CMYK00.700.660.01
HSL356.93º96.7%64.31%-
HSV(B)356.93º69.84%98.82%-
XYZ44.3726.5211.37-
YUV129.65102.81215.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.02%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 85 (33.59% from 255) = 20.58%
R=61.02%
G=18.40%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252768500.700.660.01356.9396.764.31
HexFC4C550464211656140
Octal37411412501061021545141100
Binary1111110010011001010101010001101000010110110010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4C55; }

 p { color: rgb(252,76,85); }

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

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

 a { background-color: rgb(252,76,85); }

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

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

 span { border-color: rgb(252,76,85); }

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