Shades of Razzmatazz #FF025B
Tints of Razzmatazz #FF025B
RGB
CMYK
RGB Variations
Color information
#FF025B (or 0xFF025B) is known color: Razzmatazz. HEX triplet: FF, 02 and 5B. RGB value is (255,2,91). Sum of RGB (Red+Green+Blue) = 255+2+91=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF025B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF025B is #00FDA4. Grayscale: #575757. Windows color (decimal): -64933 or 5964543. OLE color: 5964543.
HSL color Cylindrical-coordinate representation of color #FF025B: hue angle of 338.89º 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 #FF025B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.64 | 0 |
| HSL | 338.89º | 1% | 0.5% | - |
| HSV(B) | 338.89º | 0.99% | 1% | - |
| XYZ | 43.15 | 22.06 | 11.88 | - |
| YUV | 87.79 | 129.82 | 247.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 91 | 0 | 0.99 | 0.64 | 0 | 338.89 | 1 | 0.5 |
| Hex | FF | 2 | 5B | 0 | 63 | 40 | 0 | 153 | 64 | 32 |
| Octal | 377 | 2 | 133 | 0 | 143 | 100 | 0 | 523 | 144 | 62 |
| Binary | 11111111 | 10 | 1011011 | 0 | 1100011 | 1000000 | 0 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FF025B
Complementary color
Monochromatic Colors of #FF025B
Black with #FF025B
Text Example
Text Example
White with #FF025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF025B; }
p { color: rgb(255,2,91); }
H1.HeaderClassName
{
color: #FF025B;
}
.AnyTagClassName
{
color: #FF025B;
}
</style>
background-color css
<style>
a { background-color: #FF025B; }
a { background-color: rgb(255,2,91); }
div.DivClassName
{
background-color: #FF025B;
}
.BgClassName
{
background-color: #FF025B;
}
</style>
border-color css
<style>
span { border-color: #FF025B; }
span { border-color: rgb(255,2,91); }
td.TdClassName
{
border-color: #FF025B;
}
.TagClassName
{
border-color: #FF025B;
}
</style>