#F80764

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

Shades of Razzmatazz #F80764

Tints of Razzmatazz #F80764

Color information

#F80764 (or 0xF80764) is unknown color: approx Razzmatazz. HEX triplet: F8, 07 and 64. RGB value is (248,7,100). Sum of RGB (Red+Green+Blue) = 248+7+100=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F80764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80764 is #07F89B. Grayscale: #595959. Windows color (decimal): -522396 or 6555640. OLE color: 6555640.

HSL color Cylindrical-coordinate representation of color #F80764: hue angle of 336.85º degrees, saturation: 0.95, 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 #F80764 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB2487100-
CMYK00.970.600.03
HSL336.85º94.51%50%-
HSV(B)336.85º97.18%97.25%-
XYZ41.0921.0313.95-
YUV89.66133.84240.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 69.86%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=69.86%
G=1.97%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248710000.970.600.03336.8594.5150
HexF87640613C31515f32
Octal3707144014174352113762
Binary11111000111110010001100001111100111010100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80764; }

 p { color: rgb(248,7,100); }

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

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

 a { background-color: rgb(248,7,100); }

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

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

 span { border-color: rgb(248,7,100); }

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