#FC3968

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

Shades of Radical Red #FC3968

Tints of Radical Red #FC3968

Color information

#FC3968 (or 0xFC3968) is unknown color: approx Radical Red. HEX triplet: FC, 39 and 68. RGB value is (252,57,104). Sum of RGB (Red+Green+Blue) = 252+57+104=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3968 is #03C697. Grayscale: #787878. Windows color (decimal): -247448 or 6830588. OLE color: 6830588.

HSL color Cylindrical-coordinate representation of color #FC3968: hue angle of 345.54º 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 #FC3968 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB25257104-
CMYK00.770.590.01
HSL345.54º97.01%60.59%-
HSV(B)345.54º77.38%98.82%-
XYZ44.1124.6215.52-
YUV120.66118.6221.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.02%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=61.02%
G=13.80%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525710400.770.590.01345.5497.0160.59
HexFC396804D3B115a613d
Octal37471150011573153214175
Binary1111110011100111010000100110111101111010110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3968; }

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

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

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

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

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

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

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

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