#F50B75

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

Shades of Razzmatazz #F50B75

Tints of Razzmatazz #F50B75

Color information

#F50B75 (or 0xF50B75) is unknown color: approx Razzmatazz. HEX triplet: F5, 0B and 75. RGB value is (245,11,117). Sum of RGB (Red+Green+Blue) = 245+11+117=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50B75 is #0AF48A. Grayscale: #5C5C5C. Windows color (decimal): -717963 or 7670773. OLE color: 7670773.

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

Color convert

RGB24511117-
CMYK00.960.520.04
HSL332.82º92.13%50.2%-
HSV(B)332.82º95.51%96.08%-
XYZ40.9920.9418.71-
YUV93.05141.52236.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.68%
GREEN value IS 11 (4.69% from 255) = 2.95%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=65.68%
G=2.95%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451111700.960.520.04332.8292.1350.2
HexF5B7506034414d5c32
Octal36513165014064451513462
Binary1111010110111110101011000001101001001010011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50B75; }

 p { color: rgb(245,11,117); }

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

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

 a { background-color: rgb(245,11,117); }

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

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

 span { border-color: rgb(245,11,117); }

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