#F6095F

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

Shades of Razzmatazz #F6095F

Tints of Razzmatazz #F6095F

Color information

#F6095F (or 0xF6095F) is unknown color: approx Razzmatazz. HEX triplet: F6, 09 and 5F. RGB value is (246,9,95). Sum of RGB (Red+Green+Blue) = 246+9+95=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F6095F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6095F is #09F6A0. Grayscale: #595959. Windows color (decimal): -652961 or 6228470. OLE color: 6228470.

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

Color convert

RGB246995-
CMYK00.960.610.04
HSL338.23º92.94%50%-
HSV(B)338.23º96.34%96.47%-
XYZ40.1720.6112.69-
YUV89.67131.02239.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.29%
GREEN value IS 9 (3.91% from 255) = 2.57%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=70.29%
G=2.57%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24699500.960.610.04338.2392.9450
HexF695F0603D41525d32
Octal36611137014075452213562
Binary1111011010011011111011000001111011001010100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6095F; }

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

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

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

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

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

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

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

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