#FC3570

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

Shades of Radical Red #FC3570

Tints of Radical Red #FC3570

Color information

#FC3570 (or 0xFC3570) is unknown color: approx Radical Red. HEX triplet: FC, 35 and 70. RGB value is (252,53,112). Sum of RGB (Red+Green+Blue) = 252+53+112=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3570 is #03CA8F. Grayscale: #777777. Windows color (decimal): -248464 or 7353852. OLE color: 7353852.

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

Color convert

RGB25253112-
CMYK00.790.560.01
HSL342.21º97.07%59.8%-
HSV(B)342.21º78.97%98.82%-
XYZ44.3424.4117.7-
YUV119.23123.93222.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.43%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=60.43%
G=12.71%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525311200.790.560.01342.2197.0759.8
HexFC357004F381156613c
Octal37465160011770152614174
Binary1111110011010111100000100111111100011010101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3570; }

 p { color: rgb(252,53,112); }

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

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

 a { background-color: rgb(252,53,112); }

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

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

 span { border-color: rgb(252,53,112); }

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