#F81452

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

Shades of Razzmatazz #F81452

Tints of Razzmatazz #F81452

Color information

#F81452 (or 0xF81452) is unknown color: approx Razzmatazz. HEX triplet: F8, 14 and 52. RGB value is (248,20,82). Sum of RGB (Red+Green+Blue) = 248+20+82=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F81452 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81452 is #07EBAD. Grayscale: #5F5F5F. Windows color (decimal): -519086 or 5379320. OLE color: 5379320.

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

Color convert

RGB2482082-
CMYK00.920.670.03
HSL343.68º94.21%52.55%-
HSV(B)343.68º91.94%97.25%-
XYZ40.4821.079.92-
YUV95.24120.54236.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 70.86%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=70.86%
G=5.71%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248208200.920.670.03343.6894.2152.55
HexF8145205C4331585e35
Octal370241220134103353013665
Binary11111000101001010010010111001000011111010110001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81452; }

 p { color: rgb(248,20,82); }

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

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

 a { background-color: rgb(248,20,82); }

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

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

 span { border-color: rgb(248,20,82); }

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