#F6016A

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

Shades of Razzmatazz #F6016A

Tints of Razzmatazz #F6016A

Color information

#F6016A (or 0xF6016A) is unknown color: approx Razzmatazz. HEX triplet: F6, 01 and 6A. RGB value is (246,1,106). Sum of RGB (Red+Green+Blue) = 246+1+106=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F6016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6016A is #09FE95. Grayscale: #565656. Windows color (decimal): -654998 or 6947318. OLE color: 6947318.

HSL color Cylindrical-coordinate representation of color #F6016A: hue angle of 334.29º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6016A is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB2461106-
CMYK01.000.570.04
HSL334.29º99.19%48.43%-
HSV(B)334.29º99.59%96.47%-
XYZ40.6220.6615.48-
YUV86.22139.17241.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.69%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=69.69%
G=0.28%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246110601.000.570.04334.2999.1948.43
HexF616A06439414e6330
Octal3661152014471451614360
Binary1111011011101010011001001110011001010011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6016A; }

 p { color: rgb(246,1,106); }

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

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

 a { background-color: rgb(246,1,106); }

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

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

 span { border-color: rgb(246,1,106); }

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