#f50f5e

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

Shades of Razzmatazz #F50F5E

Tints of Razzmatazz #F50F5E

Color information

#F50F5E (or 0xF50F5E) is unknown color: approx Razzmatazz. HEX triplet: F5, 0F and 5E. RGB value is (245,15,94). Sum of RGB (Red+Green+Blue) = 245+15+94=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F5E is #0AF0A1. Grayscale: #5C5C5C. Windows color (decimal): -716962 or 6164469. OLE color: 6164469.

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

Color convert

RGB2451594-
CMYK00.940.620.04
HSL339.39º92%50.98%-
HSV(B)339.39º93.88%96.08%-
XYZ39.8520.5612.46-
YUV92.78128.7236.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 69.21%
GREEN value IS 15 (6.25% from 255) = 4.24%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=69.21%
G=4.24%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245159400.940.620.04339.399250.98
HexF5F5E05E3E41535c33
Octal36517136013676452313463
Binary1111010111111011110010111101111101001010100111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f50f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f50f5e; }

 p { color: rgb(245,15,94); }

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

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

 a { background-color: rgb(245,15,94); }

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

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

 span { border-color: rgb(245,15,94); }

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

cancel