#F60553

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

Shades of Razzmatazz #F60553

Tints of Razzmatazz #F60553

Color information

#F60553 (or 0xF60553) is unknown color: approx Razzmatazz. HEX triplet: F6, 05 and 53. RGB value is (246,5,83). Sum of RGB (Red+Green+Blue) = 246+5+83=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F60553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60553 is #09FAAC. Grayscale: #555555. Windows color (decimal): -653997 or 5441014. OLE color: 5441014.

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

Color convert

RGB246583-
CMYK00.980.660.04
HSL340.58º96.02%49.22%-
HSV(B)340.58º97.97%96.47%-
XYZ39.6220.3310.02-
YUV85.95126.34242.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 73.65%
GREEN value IS 5 (2.34% from 255) = 1.50%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=73.65%
G=1.50%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24658300.980.660.04340.5896.0249.22
HexF65530624241556031
Octal36651230142102452514061
Binary1111011010110100110110001010000101001010101011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60553; }

 p { color: rgb(246,5,83); }

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

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

 a { background-color: rgb(246,5,83); }

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

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

 span { border-color: rgb(246,5,83); }

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