#F50352

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

Shades of Razzmatazz #F50352

Tints of Razzmatazz #F50352

Color information

#F50352 (or 0xF50352) is unknown color: approx Razzmatazz. HEX triplet: F5, 03 and 52. RGB value is (245,3,82). Sum of RGB (Red+Green+Blue) = 245+3+82=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F50352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50352 is #0AFCAD. Grayscale: #545454. Windows color (decimal): -720046 or 5374965. OLE color: 5374965.

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

Color convert

RGB245382-
CMYK00.990.670.04
HSL340.41º97.58%48.63%-
HSV(B)340.41º98.78%96.08%-
XYZ39.2120.099.79-
YUV84.36126.67242.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.24%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=74.24%
G=0.91%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24538200.990.670.04340.4197.5848.63
HexF53520634341546231
Octal36531220143103452414261
Binary111101011110100100110001110000111001010101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50352; }

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

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

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

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

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

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

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

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