#FC3966

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

Shades of Radical Red #FC3966

Tints of Radical Red #FC3966

Color information

#FC3966 (or 0xFC3966) is unknown color: approx Radical Red. HEX triplet: FC, 39 and 66. RGB value is (252,57,102). Sum of RGB (Red+Green+Blue) = 252+57+102=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3966 is #03C699. Grayscale: #787878. Windows color (decimal): -247450 or 6699516. OLE color: 6699516.

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

Color convert

RGB25257102-
CMYK00.770.600.01
HSL346.15º97.01%60.59%-
HSV(B)346.15º77.38%98.82%-
XYZ44.0124.5815-
YUV120.43117.6221.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.31%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=61.31%
G=13.87%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525710200.770.600.01346.1597.0160.59
HexFC396604D3C115a613d
Octal37471146011574153214175
Binary1111110011100111001100100110111110011010110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3966; }

 p { color: rgb(252,57,102); }

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

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

 a { background-color: rgb(252,57,102); }

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

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

 span { border-color: rgb(252,57,102); }

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