#F50C62

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

Shades of Razzmatazz #F50C62

Tints of Razzmatazz #F50C62

Color information

#F50C62 (or 0xF50C62) is unknown color: approx Razzmatazz. HEX triplet: F5, 0C and 62. RGB value is (245,12,98). Sum of RGB (Red+Green+Blue) = 245+12+98=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50C62 is #0AF39D. Grayscale: #5B5B5B. Windows color (decimal): -717726 or 6425845. OLE color: 6425845.

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

Color convert

RGB2451298-
CMYK00.950.60.04
HSL337.85º92.09%50.39%-
HSV(B)337.85º95.1%96.08%-
XYZ39.9920.5613.42-
YUV91.47131.69237.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 69.01%
GREEN value IS 12 (5.08% from 255) = 3.38%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=69.01%
G=3.38%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.6
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245129800.950.60.04337.8592.0950.39
HexF5C6205F3C41525c32
Octal36514142013774452213462
Binary1111010111001100010010111111111001001010100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50C62; }

 p { color: rgb(245,12,98); }

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

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

 a { background-color: rgb(245,12,98); }

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

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

 span { border-color: rgb(245,12,98); }

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