#FC0F5B

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

Shades of Razzmatazz #FC0F5B

Tints of Razzmatazz #FC0F5B

Color information

#FC0F5B (or 0xFC0F5B) is unknown color: approx Razzmatazz. HEX triplet: FC, 0F and 5B. RGB value is (252,15,91). Sum of RGB (Red+Green+Blue) = 252+15+91=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0F5B is #03F0A4. Grayscale: #5E5E5E. Windows color (decimal): -258213 or 5967868. OLE color: 5967868.

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

Color convert

RGB2521591-
CMYK00.940.640.01
HSL340.76º97.53%52.35%-
HSV(B)340.76º94.05%98.82%-
XYZ42.221.7911.88-
YUV94.53126.02240.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 70.39%
GREEN value IS 15 (6.25% from 255) = 4.19%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=70.39%
G=4.19%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252159100.940.640.01340.7697.5352.35
HexFCF5B05E4011556234
Octal374171330136100152514264
Binary111111001111101101101011110100000011010101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0F5B; }

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

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

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

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

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

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

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

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