#F50453

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

Shades of Razzmatazz #F50453

Tints of Razzmatazz #F50453

Color information

#F50453 (or 0xF50453) is unknown color: approx Razzmatazz. HEX triplet: F5, 04 and 53. RGB value is (245,4,83). Sum of RGB (Red+Green+Blue) = 245+4+83=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F50453 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50453 is #0AFBAC. Grayscale: #545454. Windows color (decimal): -719789 or 5440757. OLE color: 5440757.

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

Color convert

RGB245483-
CMYK00.980.660.04
HSL340.33º96.79%48.82%-
HSV(B)340.33º98.37%96.08%-
XYZ39.2620.1210-
YUV85.06126.84242.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 73.80%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 83 (32.81% from 255) = 25%
R=73.80%
G=1.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24548300.980.660.04340.3396.7948.82
HexF54530624241546131
Octal36541230142102452414161
Binary1111010110010100110110001010000101001010101001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50453; }

 p { color: rgb(245,4,83); }

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

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

 a { background-color: rgb(245,4,83); }

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

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

 span { border-color: rgb(245,4,83); }

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