#FC0F69

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

Shades of Razzmatazz #FC0F69

Tints of Razzmatazz #FC0F69

Color information

#FC0F69 (or 0xFC0F69) is unknown color: approx Razzmatazz. HEX triplet: FC, 0F and 69. RGB value is (252,15,105). Sum of RGB (Red+Green+Blue) = 252+15+105=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0F69 is #03F096. Grayscale: #5F5F5F. Windows color (decimal): -258199 or 6885372. OLE color: 6885372.

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

Color convert

RGB25215105-
CMYK00.940.580.01
HSL337.22º97.53%52.35%-
HSV(B)337.22º94.05%98.82%-
XYZ42.8722.0615.36-
YUV96.12133.02239.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.74%
GREEN value IS 15 (6.25% from 255) = 4.03%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=67.74%
G=4.03%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521510500.940.580.01337.2297.5352.35
HexFCF6905E3A11516234
Octal37417151013672152114264
Binary11111100111111010010101111011101011010100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0F69; }

 p { color: rgb(252,15,105); }

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

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

 a { background-color: rgb(252,15,105); }

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

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

 span { border-color: rgb(252,15,105); }

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