#F81058

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

Shades of Razzmatazz #F81058

Tints of Razzmatazz #F81058

Color information

#F81058 (or 0xF81058) is unknown color: approx Razzmatazz. HEX triplet: F8, 10 and 58. RGB value is (248,16,88). Sum of RGB (Red+Green+Blue) = 248+16+88=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F81058 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81058 is #07EFA7. Grayscale: #5D5D5D. Windows color (decimal): -520104 or 5771512. OLE color: 5771512.

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

Color convert

RGB2481688-
CMYK00.940.650.03
HSL341.38º94.31%51.76%-
HSV(B)341.38º93.55%97.25%-
XYZ40.6621.0311.15-
YUV93.58124.86238.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 70.45%
GREEN value IS 16 (6.64% from 255) = 4.55%
BLUE value IS 88 (34.77% from 255) = 25%
R=70.45%
G=4.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248168800.940.650.03341.3894.3151.76
HexF8105805E4131555e34
Octal370201300136101352513664
Binary11111000100001011000010111101000001111010101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81058; }

 p { color: rgb(248,16,88); }

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

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

 a { background-color: rgb(248,16,88); }

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

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

 span { border-color: rgb(248,16,88); }

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