#F8076F

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

Shades of Razzmatazz #F8076F

Tints of Razzmatazz #F8076F

Color information

#F8076F (or 0xF8076F) is unknown color: approx Razzmatazz. HEX triplet: F8, 07 and 6F. RGB value is (248,7,111). Sum of RGB (Red+Green+Blue) = 248+7+111=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8076F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8076F is #07F890. Grayscale: #5A5A5A. Windows color (decimal): -522385 or 7276536. OLE color: 7276536.

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

Color convert

RGB2487111-
CMYK00.970.550.03
HSL334.11º94.51%50%-
HSV(B)334.11º97.18%97.25%-
XYZ41.6621.2616.95-
YUV90.92139.34240.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.76%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=67.76%
G=1.91%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248711100.970.550.03334.1194.5150
HexF876F06137314e5f32
Octal3707157014167351613762
Binary11111000111110111101100001110111111010011101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8076F; }

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

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

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

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

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

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

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

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