#FC5256

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

Shades of Radical Red #FC5256

Tints of Radical Red #FC5256

Color information

#FC5256 (or 0xFC5256) is unknown color: approx Radical Red. HEX triplet: FC, 52 and 56. RGB value is (252,82,86). Sum of RGB (Red+Green+Blue) = 252+82+86=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5256 is #03ADA9. Grayscale: #858585. Windows color (decimal): -241066 or 5657340. OLE color: 5657340.

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

Color convert

RGB2528286-
CMYK00.670.660.01
HSL358.59º96.59%65.49%-
HSV(B)358.59º67.46%98.82%-
XYZ44.8427.411.73-
YUV133.29101.32212.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 86 (33.98% from 255) = 20.48%
R=60%
G=19.52%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252828600.670.660.01358.5996.5965.49
HexFC52560434211676141
Octal37412212601031021547141101
Binary1111110010100101010110010000111000010110110011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5256; }

 p { color: rgb(252,82,86); }

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

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

 a { background-color: rgb(252,82,86); }

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

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

 span { border-color: rgb(252,82,86); }

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