#F60B71

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

Shades of Razzmatazz #F60B71

Tints of Razzmatazz #F60B71

Color information

#F60B71 (or 0xF60B71) is unknown color: approx Razzmatazz. HEX triplet: F6, 0B and 71. RGB value is (246,11,113). Sum of RGB (Red+Green+Blue) = 246+11+113=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60B71 is #09F48E. Grayscale: #5C5C5C. Windows color (decimal): -652431 or 7408630. OLE color: 7408630.

HSL color Cylindrical-coordinate representation of color #F60B71: hue angle of 333.96º 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 #F60B71 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB24611113-
CMYK00.960.540.04
HSL333.96º92.89%50.39%-
HSV(B)333.96º95.53%96.47%-
XYZ41.1121.0217.51-
YUV92.89139.36237.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.49%
GREEN value IS 11 (4.69% from 255) = 2.97%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=66.49%
G=2.97%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461111300.960.540.04333.9692.8950.39
HexF6B7106036414e5d32
Octal36613161014066451613562
Binary1111011010111110001011000001101101001010011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B71; }

 p { color: rgb(246,11,113); }

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

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

 a { background-color: rgb(246,11,113); }

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

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

 span { border-color: rgb(246,11,113); }

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