#F7016C

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

Shades of Razzmatazz #F7016C

Tints of Razzmatazz #F7016C

Color information

#F7016C (or 0xF7016C) is unknown color: approx Razzmatazz. HEX triplet: F7, 01 and 6C. RGB value is (247,1,108). Sum of RGB (Red+Green+Blue) = 247+1+108=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7016C is #08FE93. Grayscale: #565656. Windows color (decimal): -589460 or 7078391. OLE color: 7078391.

HSL color Cylindrical-coordinate representation of color #F7016C: hue angle of 333.9º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7016C is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB2471108-
CMYK01.000.560.03
HSL333.9º99.19%48.63%-
HSV(B)333.9º99.6%96.86%-
XYZ41.0820.8816.05-
YUV86.75140242.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.38%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=69.38%
G=0.28%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247110801.000.560.03333.999.1948.63
HexF716C06438314e6331
Octal3671154014470351614361
Binary111101111110110001100100111000111010011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7016C; }

 p { color: rgb(247,1,108); }

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

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

 a { background-color: rgb(247,1,108); }

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

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

 span { border-color: rgb(247,1,108); }

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