#F50A50

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

Shades of Razzmatazz #F50A50

Tints of Razzmatazz #F50A50

Color information

#F50A50 (or 0xF50A50) is unknown color: approx Razzmatazz. HEX triplet: F5, 0A and 50. RGB value is (245,10,80). Sum of RGB (Red+Green+Blue) = 245+10+80=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50A50 is #0AF5AF. Grayscale: #585858. Windows color (decimal): -718256 or 5245685. OLE color: 5245685.

HSL color Cylindrical-coordinate representation of color #F50A50: hue angle of 342.13º degrees, saturation: 0.92, 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 #F50A50 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB2451080-
CMYK00.960.670.04
HSL342.13º92.16%50%-
HSV(B)342.13º95.92%96.08%-
XYZ39.2120.219.42-
YUV88.24123.36239.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 73.13%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=73.13%
G=2.99%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245108000.960.670.04342.1392.1650
HexF5A500604341565c32
Octal365121200140103452613462
Binary11110101101010100000110000010000111001010101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50A50; }

 p { color: rgb(245,10,80); }

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

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

 a { background-color: rgb(245,10,80); }

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

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

 span { border-color: rgb(245,10,80); }

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