#FC115F

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

Shades of Razzmatazz #FC115F

Tints of Razzmatazz #FC115F

Color information

#FC115F (or 0xFC115F) is unknown color: approx Razzmatazz. HEX triplet: FC, 11 and 5F. RGB value is (252,17,95). Sum of RGB (Red+Green+Blue) = 252+17+95=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC115F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC115F is #03EEA0. Grayscale: #606060. Windows color (decimal): -257697 or 6230524. OLE color: 6230524.

HSL color Cylindrical-coordinate representation of color #FC115F: hue angle of 340.09º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC115F is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB2521795-
CMYK00.930.620.01
HSL340.09º97.51%52.75%-
HSV(B)340.09º93.25%98.82%-
XYZ42.4121.9212.82-
YUV96.16127.36239.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 69.23%
GREEN value IS 17 (7.03% from 255) = 4.67%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=69.23%
G=4.67%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252179500.930.620.01340.0997.5152.75
HexFC115F05D3E11546235
Octal37421137013576152414265
Binary111111001000110111110101110111111011010101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC115F; }

 p { color: rgb(252,17,95); }

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

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

 a { background-color: rgb(252,17,95); }

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

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

 span { border-color: rgb(252,17,95); }

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