#F60968

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

Shades of Razzmatazz #F60968

Tints of Razzmatazz #F60968

Color information

#F60968 (or 0xF60968) is unknown color: approx Razzmatazz. HEX triplet: F6, 09 and 68. RGB value is (246,9,104). Sum of RGB (Red+Green+Blue) = 246+9+104=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F60968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60968 is #09F697. Grayscale: #5A5A5A. Windows color (decimal): -652952 or 6818294. OLE color: 6818294.

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

Color convert

RGB2469104-
CMYK00.960.580.04
HSL335.95º92.94%50%-
HSV(B)335.95º96.34%96.47%-
XYZ40.620.7914.97-
YUV90.69135.52238.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 68.52%
GREEN value IS 9 (3.91% from 255) = 2.51%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=68.52%
G=2.51%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246910400.960.580.04335.9592.9450
HexF69680603A41505d32
Octal36611150014072452013562
Binary1111011010011101000011000001110101001010100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60968; }

 p { color: rgb(246,9,104); }

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

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

 a { background-color: rgb(246,9,104); }

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

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

 span { border-color: rgb(246,9,104); }

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