Shades of Razzmatazz #FF025D
Tints of Razzmatazz #FF025D
RGB
CMYK
RGB Variations
Color information
#FF025D (or 0xFF025D) is known color: Razzmatazz. HEX triplet: FF, 02 and 5D. RGB value is (255,2,93). Sum of RGB (Red+Green+Blue) = 255+2+93=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF025D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF025D is #00FDA2. Grayscale: #575757. Windows color (decimal): -64931 or 6095615. OLE color: 6095615.
HSL color Cylindrical-coordinate representation of color #FF025D: hue angle of 338.42º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF025D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.64 | 0 |
| HSL | 338.42º | 1% | 0.5% | - |
| HSV(B) | 338.42º | 0.99% | 1% | - |
| XYZ | 43.24 | 22.09 | 12.34 | - |
| YUV | 88.02 | 130.82 | 247.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 93 | 0 | 0.99 | 0.64 | 0 | 338.42 | 1 | 0.5 |
| Hex | FF | 2 | 5D | 0 | 63 | 40 | 0 | 152 | 64 | 32 |
| Octal | 377 | 2 | 135 | 0 | 143 | 100 | 0 | 522 | 144 | 62 |
| Binary | 11111111 | 10 | 1011101 | 0 | 1100011 | 1000000 | 0 | 101010010 | 1100100 | 110010 |
Color Harmonies of #FF025D
Complementary color
Monochromatic Colors of #FF025D
Black with #FF025D
Text Example
Text Example
White with #FF025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF025D; }
p { color: rgb(255,2,93); }
H1.HeaderClassName
{
color: #FF025D;
}
.AnyTagClassName
{
color: #FF025D;
}
</style>
background-color css
<style>
a { background-color: #FF025D; }
a { background-color: rgb(255,2,93); }
div.DivClassName
{
background-color: #FF025D;
}
.BgClassName
{
background-color: #FF025D;
}
</style>
border-color css
<style>
span { border-color: #FF025D; }
span { border-color: rgb(255,2,93); }
td.TdClassName
{
border-color: #FF025D;
}
.TagClassName
{
border-color: #FF025D;
}
</style>