#F80D55

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

Shades of Razzmatazz #F80D55

Tints of Razzmatazz #F80D55

Color information

#F80D55 (or 0xF80D55) is unknown color: approx Razzmatazz. HEX triplet: F8, 0D and 55. RGB value is (248,13,85). Sum of RGB (Red+Green+Blue) = 248+13+85=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D55 is #07F2AA. Grayscale: #5B5B5B. Windows color (decimal): -520875 or 5574136. OLE color: 5574136.

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

Color convert

RGB2481385-
CMYK00.950.660.03
HSL341.62º94.38%51.18%-
HSV(B)341.62º94.76%97.25%-
XYZ40.520.910.49-
YUV91.47124.36239.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.68%
GREEN value IS 13 (5.47% from 255) = 3.76%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=71.68%
G=3.76%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248138500.950.660.03341.6294.3851.18
HexF8D5505F4231565e33
Octal370151250137102352613663
Binary1111100011011010101010111111000010111010101101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80D55; }

 p { color: rgb(248,13,85); }

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

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

 a { background-color: rgb(248,13,85); }

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

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

 span { border-color: rgb(248,13,85); }

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