#F5054B

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

Shades of Razzmatazz #F5054B

Tints of Razzmatazz #F5054B

Color information

#F5054B (or 0xF5054B) is unknown color: approx Razzmatazz. HEX triplet: F5, 05 and 4B. RGB value is (245,5,75). Sum of RGB (Red+Green+Blue) = 245+5+75=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F5054B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5054B is #0AFAB4. Grayscale: #545454. Windows color (decimal): -719541 or 4916725. OLE color: 4916725.

HSL color Cylindrical-coordinate representation of color #F5054B: hue angle of 342.5º degrees, saturation: 0.96, 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 #F5054B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB245575-
CMYK00.980.690.04
HSL342.5º96%49.02%-
HSV(B)342.5º97.96%96.08%-
XYZ38.9820.038.47-
YUV84.74122.51242.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.38%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=75.38%
G=1.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24557500.980.690.04342.59649.02
HexF554B0624541566031
Octal36551130142105452614061
Binary1111010110110010110110001010001011001010101101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5054B; }

 p { color: rgb(245,5,75); }

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

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

 a { background-color: rgb(245,5,75); }

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

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

 span { border-color: rgb(245,5,75); }

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