#F70962

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

Shades of Razzmatazz #F70962

Tints of Razzmatazz #F70962

Color information

#F70962 (or 0xF70962) is unknown color: approx Razzmatazz. HEX triplet: F7, 09 and 62. RGB value is (247,9,98). Sum of RGB (Red+Green+Blue) = 247+9+98=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F70962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70962 is #08F69D. Grayscale: #5A5A5A. Windows color (decimal): -587422 or 6425079. OLE color: 6425079.

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

Color convert

RGB247998-
CMYK00.960.600.03
HSL337.56º93.7%50.2%-
HSV(B)337.56º96.36%96.86%-
XYZ40.6620.8513.44-
YUV90.31132.35239.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.77%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=69.77%
G=2.54%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24799800.960.600.03337.5693.750.2
HexF79620603C31525e32
Octal36711142014074352213662
Binary111101111001110001001100000111100111010100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70962; }

 p { color: rgb(247,9,98); }

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

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

 a { background-color: rgb(247,9,98); }

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

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

 span { border-color: rgb(247,9,98); }

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