#F51959

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

Shades of Razzmatazz #F51959

Tints of Razzmatazz #F51959

Color information

#F51959 (or 0xF51959) is unknown color: approx Razzmatazz. HEX triplet: F5, 19 and 59. RGB value is (245,25,89). Sum of RGB (Red+Green+Blue) = 245+25+89=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F51959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51959 is #0AE6A6. Grayscale: #626262. Windows color (decimal): -714407 or 5839349. OLE color: 5839349.

HSL color Cylindrical-coordinate representation of color #F51959: hue angle of 342.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51959 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB2452589-
CMYK00.900.640.04
HSL342.55º91.67%52.94%-
HSV(B)342.55º89.8%96.08%-
XYZ39.8120.8311.37-
YUV98.08122.89232.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.25%
GREEN value IS 25 (10.16% from 255) = 6.96%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=68.25%
G=6.96%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245258900.900.640.04342.5591.6752.94
HexF5195905A4041575c35
Octal365311310132100452713465
Binary111101011100110110010101101010000001001010101111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51959; }

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

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

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

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

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

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

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

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