#F60966

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

Shades of Razzmatazz #F60966

Tints of Razzmatazz #F60966

Color information

#F60966 (or 0xF60966) is unknown color: approx Razzmatazz. HEX triplet: F6, 09 and 66. RGB value is (246,9,102). Sum of RGB (Red+Green+Blue) = 246+9+102=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F60966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60966 is #09F699. Grayscale: #5A5A5A. Windows color (decimal): -652954 or 6687222. OLE color: 6687222.

HSL color Cylindrical-coordinate representation of color #F60966: hue angle of 336.46º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60966 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB2469102-
CMYK00.960.590.04
HSL336.46º92.94%50%-
HSV(B)336.46º96.34%96.47%-
XYZ40.520.7514.44-
YUV90.46134.52238.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 68.91%
GREEN value IS 9 (3.91% from 255) = 2.52%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=68.91%
G=2.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246910200.960.590.04336.4692.9450
HexF69660603B41505d32
Octal36611146014073452013562
Binary1111011010011100110011000001110111001010100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60966; }

 p { color: rgb(246,9,102); }

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

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

 a { background-color: rgb(246,9,102); }

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

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

 span { border-color: rgb(246,9,102); }

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