#F80B61

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

Shades of Razzmatazz #F80B61

Tints of Razzmatazz #F80B61

Color information

#F80B61 (or 0xF80B61) is unknown color: approx Razzmatazz. HEX triplet: F8, 0B and 61. RGB value is (248,11,97). Sum of RGB (Red+Green+Blue) = 248+11+97=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80B61 is #07F49E. Grayscale: #5B5B5B. Windows color (decimal): -521375 or 6360056. OLE color: 6360056.

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

Color convert

RGB2481197-
CMYK00.960.610.03
HSL338.23º94.42%50.78%-
HSV(B)338.23º95.56%97.25%-
XYZ40.9921.0613.21-
YUV91.67131.02239.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 69.66%
GREEN value IS 11 (4.69% from 255) = 3.09%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=69.66%
G=3.09%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248119700.960.610.03338.2394.4250.78
HexF8B610603D31525e33
Octal37013141014075352213663
Binary111110001011110000101100000111101111010100101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80B61; }

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

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

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

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

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

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

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

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