#F60B70

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

Shades of Razzmatazz #F60B70

Tints of Razzmatazz #F60B70

Color information

#F60B70 (or 0xF60B70) is unknown color: approx Razzmatazz. HEX triplet: F6, 0B and 70. RGB value is (246,11,112). Sum of RGB (Red+Green+Blue) = 246+11+112=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60B70 is #09F48F. Grayscale: #5C5C5C. Windows color (decimal): -652432 or 7343094. OLE color: 7343094.

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

Color convert

RGB24611112-
CMYK00.960.540.04
HSL334.21º92.89%50.39%-
HSV(B)334.21º95.53%96.47%-
XYZ41.052117.22-
YUV92.78138.86237.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 2.98%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=66.67%
G=2.98%
B=30.35%

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
Decimal2461111200.960.540.04334.2192.8950.39
HexF6B7006036414e5d32
Octal36613160014066451613562
Binary1111011010111110000011000001101101001010011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B70; }

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

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

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

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

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

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

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

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