#FC3062

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

Shades of Radical Red #FC3062

Tints of Radical Red #FC3062

Color information

#FC3062 (or 0xFC3062) is unknown color: approx Radical Red. HEX triplet: FC, 30 and 62. RGB value is (252,48,98). Sum of RGB (Red+Green+Blue) = 252+48+98=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3062 is #03CF9D. Grayscale: #727272. Windows color (decimal): -249758 or 6435068. OLE color: 6435068.

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

Color convert

RGB2524898-
CMYK00.810.610.01
HSL345.29º97.14%58.82%-
HSV(B)345.29º80.95%98.82%-
XYZ43.4123.6913.84-
YUV114.7118.59225.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.32%
GREEN value IS 48 (19.14% from 255) = 12.06%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=63.32%
G=12.06%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252489800.810.610.01345.2997.1458.82
HexFC30620513D1159613b
Octal37460142012175153114173
Binary1111110011000011000100101000111110111010110011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3062; }

 p { color: rgb(252,48,98); }

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

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

 a { background-color: rgb(252,48,98); }

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

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

 span { border-color: rgb(252,48,98); }

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