#F50972

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

Shades of Razzmatazz #F50972

Tints of Razzmatazz #F50972

Color information

#F50972 (or 0xF50972) is unknown color: approx Razzmatazz. HEX triplet: F5, 09 and 72. RGB value is (245,9,114). Sum of RGB (Red+Green+Blue) = 245+9+114=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F50972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50972 is #0AF68D. Grayscale: #5B5B5B. Windows color (decimal): -718478 or 7473653. OLE color: 7473653.

HSL color Cylindrical-coordinate representation of color #F50972: hue angle of 333.31º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50972 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB2459114-
CMYK00.960.530.04
HSL333.31º92.91%49.8%-
HSV(B)333.31º96.33%96.08%-
XYZ40.7920.8217.79-
YUV91.53140.69237.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.58%
GREEN value IS 9 (3.91% from 255) = 2.45%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=66.58%
G=2.45%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245911400.960.530.04333.3192.9149.8
HexF597206035414d5d32
Octal36511162014065451513562
Binary1111010110011110010011000001101011001010011011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50972; }

 p { color: rgb(245,9,114); }

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

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

 a { background-color: rgb(245,9,114); }

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

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

 span { border-color: rgb(245,9,114); }

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