#F70371

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

Shades of Razzmatazz #F70371

Tints of Razzmatazz #F70371

Color information

#F70371 (or 0xF70371) is unknown color: approx Razzmatazz. HEX triplet: F7, 03 and 71. RGB value is (247,3,113). Sum of RGB (Red+Green+Blue) = 247+3+113=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F70371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70371 is #08FC8E. Grayscale: #585858. Windows color (decimal): -588943 or 7406583. OLE color: 7406583.

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

Color convert

RGB2473113-
CMYK00.990.540.03
HSL332.95º97.6%49.02%-
HSV(B)332.95º98.79%96.86%-
XYZ41.3721.0317.5-
YUV88.5141.84241.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.04%
GREEN value IS 3 (1.56% from 255) = 0.83%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=68.04%
G=0.83%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247311300.990.540.03332.9597.649.02
HexF737106336314d6231
Octal3673161014366351514261
Binary1111011111111000101100011110110111010011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70371; }

 p { color: rgb(247,3,113); }

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

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

 a { background-color: rgb(247,3,113); }

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

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

 span { border-color: rgb(247,3,113); }

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