#FC3D58

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

Shades of Radical Red #FC3D58

Tints of Radical Red #FC3D58

Color information

#FC3D58 (or 0xFC3D58) is unknown color: approx Radical Red. HEX triplet: FC, 3D and 58. RGB value is (252,61,88). Sum of RGB (Red+Green+Blue) = 252+61+88=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3D58 is #03C2A7. Grayscale: #797979. Windows color (decimal): -246440 or 5783036. OLE color: 5783036.

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

Color convert

RGB2526188-
CMYK00.760.650.01
HSL351.52º96.95%61.37%-
HSV(B)351.52º75.79%98.82%-
XYZ43.5824.7411.71-
YUV121.19109.28221.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.84%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 88 (34.77% from 255) = 21.95%
R=62.84%
G=15.21%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252618800.760.650.01351.5296.9561.37
HexFC3D5804C411160613d
Octal374751300114101154014175
Binary11111100111101101100001001100100000111011000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3D58; }

 p { color: rgb(252,61,88); }

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

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

 a { background-color: rgb(252,61,88); }

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

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

 span { border-color: rgb(252,61,88); }

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