#F80861

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

Shades of Razzmatazz #F80861

Tints of Razzmatazz #F80861

Color information

#F80861 (or 0xF80861) is unknown color: approx Razzmatazz. HEX triplet: F8, 08 and 61. RGB value is (248,8,97). Sum of RGB (Red+Green+Blue) = 248+8+97=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F80861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80861 is #07F79E. Grayscale: #595959. Windows color (decimal): -522143 or 6359288. OLE color: 6359288.

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

Color convert

RGB248897-
CMYK00.970.610.03
HSL337.75º94.49%50.2%-
HSV(B)337.75º96.77%97.25%-
XYZ40.9620.9913.2-
YUV89.91132.01240.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 70.25%
GREEN value IS 8 (3.52% from 255) = 2.27%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=70.25%
G=2.27%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24889700.970.610.03337.7594.4950.2
HexF88610613D31525e32
Octal37010141014175352213662
Binary111110001000110000101100001111101111010100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80861; }

 p { color: rgb(248,8,97); }

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

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

 a { background-color: rgb(248,8,97); }

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

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

 span { border-color: rgb(248,8,97); }

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