#F70668

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

Shades of Razzmatazz #F70668

Tints of Razzmatazz #F70668

Color information

#F70668 (or 0xF70668) is unknown color: approx Razzmatazz. HEX triplet: F7, 06 and 68. RGB value is (247,6,104). Sum of RGB (Red+Green+Blue) = 247+6+104=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F70668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70668 is #08F997. Grayscale: #595959. Windows color (decimal): -588184 or 6817527. OLE color: 6817527.

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

Color convert

RGB2476104-
CMYK00.980.580.03
HSL335.6º95.26%49.61%-
HSV(B)335.6º97.57%96.86%-
XYZ40.9220.914.97-
YUV89.23136.34240.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.19%
GREEN value IS 6 (2.73% from 255) = 1.68%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=69.19%
G=1.68%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247610400.980.580.03335.695.2649.61
HexF76680623A31505f32
Octal3676150014272352013762
Binary11110111110110100001100010111010111010100001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70668; }

 p { color: rgb(247,6,104); }

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

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

 a { background-color: rgb(247,6,104); }

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

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

 span { border-color: rgb(247,6,104); }

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