#F60750

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

Shades of Razzmatazz #F60750

Tints of Razzmatazz #F60750

Color information

#F60750 (or 0xF60750) is unknown color: approx Razzmatazz. HEX triplet: F6, 07 and 50. RGB value is (246,7,80). Sum of RGB (Red+Green+Blue) = 246+7+80=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F60750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60750 is #09F8AF. Grayscale: #565656. Windows color (decimal): -653488 or 5244918. OLE color: 5244918.

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

Color convert

RGB246780-
CMYK00.970.670.04
HSL341.67º94.47%49.61%-
HSV(B)341.67º97.15%96.47%-
XYZ39.5320.329.43-
YUV86.78124.18241.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 73.87%
GREEN value IS 7 (3.12% from 255) = 2.10%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=73.87%
G=2.10%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24678000.970.670.04341.6794.4749.61
HexF67500614341565e32
Octal36671200141103452613662
Binary1111011011110100000110000110000111001010101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60750; }

 p { color: rgb(246,7,80); }

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

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

 a { background-color: rgb(246,7,80); }

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

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

 span { border-color: rgb(246,7,80); }

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