#FC4B5C

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

Shades of Radical Red #FC4B5C

Tints of Radical Red #FC4B5C

Color information

#FC4B5C (or 0xFC4B5C) is unknown color: approx Radical Red. HEX triplet: FC, 4B and 5C. RGB value is (252,75,92). Sum of RGB (Red+Green+Blue) = 252+75+92=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4B5C is #03B4A3. Grayscale: #818181. Windows color (decimal): -242852 or 6048764. OLE color: 6048764.

HSL color Cylindrical-coordinate representation of color #FC4B5C: hue angle of 354.24º 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 #FC4B5C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB2527592-
CMYK00.700.630.01
HSL354.24º96.72%64.12%-
HSV(B)354.24º70.24%98.82%-
XYZ44.5926.512.89-
YUV129.86106.64215.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.14%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=60.14%
G=17.90%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252759200.700.630.01354.2496.7264.12
HexFC4B5C0463F11626140
Octal3741131340106771542141100
Binary111111001001011101110001000110111111110110001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4B5C; }

 p { color: rgb(252,75,92); }

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

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

 a { background-color: rgb(252,75,92); }

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

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

 span { border-color: rgb(252,75,92); }

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