#F70760

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

Shades of Razzmatazz #F70760

Tints of Razzmatazz #F70760

Color information

#F70760 (or 0xF70760) is unknown color: approx Razzmatazz. HEX triplet: F7, 07 and 60. RGB value is (247,7,96). Sum of RGB (Red+Green+Blue) = 247+7+96=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F70760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70760 is #08F89F. Grayscale: #585858. Windows color (decimal): -587936 or 6293495. OLE color: 6293495.

HSL color Cylindrical-coordinate representation of color #F70760: hue angle of 337.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70760 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB247796-
CMYK00.970.610.03
HSL337.75º94.49%49.8%-
HSV(B)337.75º97.17%96.86%-
XYZ40.5520.7712.94-
YUV88.91132.01240.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.57%
GREEN value IS 7 (3.12% from 255) = 2%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=70.57%
G=2%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24779600.970.610.03337.7594.4949.8
HexF77600613D31525e32
Octal3677140014175352213662
Binary11110111111110000001100001111101111010100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70760; }

 p { color: rgb(247,7,96); }

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

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

 a { background-color: rgb(247,7,96); }

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

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

 span { border-color: rgb(247,7,96); }

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