#F1076E

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

Shades of Razzmatazz #F1076E

Tints of Razzmatazz #F1076E

Color information

#F1076E (or 0xF1076E) is unknown color: approx Razzmatazz. HEX triplet: F1, 07 and 6E. RGB value is (241,7,110). Sum of RGB (Red+Green+Blue) = 241+7+110=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1076E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1076E is #0EF891. Grayscale: #585858. Windows color (decimal): -981138 or 7210993. OLE color: 7210993.

HSL color Cylindrical-coordinate representation of color #F1076E: hue angle of 333.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1076E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB2417110-
CMYK00.970.540.05
HSL333.59º94.35%48.63%-
HSV(B)333.59º97.1%94.51%-
XYZ39.1719.9816.54-
YUV88.71140.02236.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.32%
GREEN value IS 7 (3.12% from 255) = 1.96%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=67.32%
G=1.96%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241711000.970.540.05333.5994.3548.63
HexF176E06136514e5e31
Octal3617156014166551613661
Binary111100011111101110011000011101101011010011101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1076E; }

 p { color: rgb(241,7,110); }

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

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

 a { background-color: rgb(241,7,110); }

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

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

 span { border-color: rgb(241,7,110); }

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