#FC5053

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

Shades of Radical Red #FC5053

Tints of Radical Red #FC5053

Color information

#FC5053 (or 0xFC5053) is unknown color: approx Radical Red. HEX triplet: FC, 50 and 53. RGB value is (252,80,83). Sum of RGB (Red+Green+Blue) = 252+80+83=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5053 is #03AFAC. Grayscale: #838383. Windows color (decimal): -241581 or 5460220. OLE color: 5460220.

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

Color convert

RGB2528083-
CMYK00.680.670.01
HSL358.95º96.63%65.1%-
HSV(B)358.95º68.25%98.82%-
XYZ44.5727.0611.06-
YUV131.77100.48213.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.72%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 83 (32.81% from 255) = 20%
R=60.72%
G=19.28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252808300.680.670.01358.9596.6365.1
HexFC50530444311676141
Octal37412012301041031547141101
Binary1111110010100001010011010001001000011110110011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5053; }

 p { color: rgb(252,80,83); }

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

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

 a { background-color: rgb(252,80,83); }

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

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

 span { border-color: rgb(252,80,83); }

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