#F60F5D

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

Shades of Razzmatazz #F60F5D

Tints of Razzmatazz #F60F5D

Color information

#F60F5D (or 0xF60F5D) is unknown color: approx Razzmatazz. HEX triplet: F6, 0F and 5D. RGB value is (246,15,93). Sum of RGB (Red+Green+Blue) = 246+15+93=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60F5D is #09F0A2. Grayscale: #5C5C5C. Windows color (decimal): -651427 or 6098934. OLE color: 6098934.

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

Color convert

RGB2461593-
CMYK00.940.620.04
HSL339.74º92.77%51.18%-
HSV(B)339.74º93.9%96.47%-
XYZ40.1520.7212.24-
YUV92.96128.03237.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.49%
GREEN value IS 15 (6.25% from 255) = 4.24%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=69.49%
G=4.24%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246159300.940.620.04339.7492.7751.18
HexF6F5D05E3E41545d33
Octal36617135013676452413563
Binary1111011011111011101010111101111101001010101001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60F5D; }

 p { color: rgb(246,15,93); }

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

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

 a { background-color: rgb(246,15,93); }

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

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

 span { border-color: rgb(246,15,93); }

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