#FC0650

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

Shades of Razzmatazz #FC0650

Tints of Razzmatazz #FC0650

Color information

#FC0650 (or 0xFC0650) is unknown color: approx Razzmatazz. HEX triplet: FC, 06 and 50. RGB value is (252,6,80). Sum of RGB (Red+Green+Blue) = 252+6+80=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0650 is #03F9AF. Grayscale: #575757. Windows color (decimal): -260528 or 5244668. OLE color: 5244668.

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

Color convert

RGB252680-
CMYK00.980.680.01
HSL341.95º97.62%50.59%-
HSV(B)341.95º97.62%98.82%-
XYZ41.6621.49.53-
YUV87.99123.5244.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 74.56%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=74.56%
G=1.78%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25268000.980.680.01341.9597.6250.59
HexFC6500624411566233
Octal37461200142104152614263
Binary11111100110101000001100010100010011010101101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0650; }

 p { color: rgb(252,6,80); }

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

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

 a { background-color: rgb(252,6,80); }

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

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

 span { border-color: rgb(252,6,80); }

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