#F60D5C

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

Shades of Razzmatazz #F60D5C

Tints of Razzmatazz #F60D5C

Color information

#F60D5C (or 0xF60D5C) is unknown color: approx Razzmatazz. HEX triplet: F6, 0D and 5C. RGB value is (246,13,92). Sum of RGB (Red+Green+Blue) = 246+13+92=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60D5C is #09F2A3. Grayscale: #5B5B5B. Windows color (decimal): -651940 or 6032886. OLE color: 6032886.

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

Color convert

RGB2461392-
CMYK00.950.630.04
HSL339.66º92.83%50.78%-
HSV(B)339.66º94.72%96.47%-
XYZ40.0820.6512-
YUV91.67128.19238.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.09%
GREEN value IS 13 (5.47% from 255) = 3.70%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=70.09%
G=3.70%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246139200.950.630.04339.6692.8350.78
HexF6D5C05F3F41545d33
Octal36615134013777452413563
Binary1111011011011011100010111111111111001010101001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60D5C; }

 p { color: rgb(246,13,92); }

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

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

 a { background-color: rgb(246,13,92); }

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

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

 span { border-color: rgb(246,13,92); }

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