#F50359

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

Shades of Razzmatazz #F50359

Tints of Razzmatazz #F50359

Color information

#F50359 (or 0xF50359) is unknown color: approx Razzmatazz. HEX triplet: F5, 03 and 59. RGB value is (245,3,89). Sum of RGB (Red+Green+Blue) = 245+3+89=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F50359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50359 is #0AFCA6. Grayscale: #555555. Windows color (decimal): -720039 or 5833717. OLE color: 5833717.

HSL color Cylindrical-coordinate representation of color #F50359: hue angle of 338.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50359 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB245389-
CMYK00.990.640.04
HSL338.68º97.58%48.63%-
HSV(B)338.68º98.78%96.08%-
XYZ39.4920.211.27-
YUV85.16130.17242.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 72.70%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=72.70%
G=0.89%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24538900.990.640.04338.6897.5848.63
HexF53590634041536231
Octal36531310143100452314261
Binary111101011110110010110001110000001001010100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50359; }

 p { color: rgb(245,3,89); }

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

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

 a { background-color: rgb(245,3,89); }

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

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

 span { border-color: rgb(245,3,89); }

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