#F80159

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

Shades of Razzmatazz #F80159

Tints of Razzmatazz #F80159

Color information

#F80159 (or 0xF80159) is unknown color: approx Razzmatazz. HEX triplet: F8, 01 and 59. RGB value is (248,1,89). Sum of RGB (Red+Green+Blue) = 248+1+89=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F80159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80159 is #07FEA6. Grayscale: #545454. Windows color (decimal): -523943 or 5833208. OLE color: 5833208.

HSL color Cylindrical-coordinate representation of color #F80159: hue angle of 338.62º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80159 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB248189-
CMYK01.000.640.03
HSL338.62º99.2%48.82%-
HSV(B)338.62º99.6%97.25%-
XYZ40.5320.711.31-
YUV84.88130.33244.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 73.37%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=73.37%
G=0.30%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818901.000.640.03338.6299.248.82
HexF81590644031536331
Octal37011310144100352314361
Binary1111100011011001011001001000000111010100111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80159; }

 p { color: rgb(248,1,89); }

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

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

 a { background-color: rgb(248,1,89); }

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

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

 span { border-color: rgb(248,1,89); }

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