Shades of Razzle Dazzle Rose #FF2ABE
Tints of Razzle Dazzle Rose #FF2ABE
RGB
CMYK
RGB Variations
Color information
#FF2ABE (or 0xFF2ABE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2A and BE. RGB value is (255,42,190). Sum of RGB (Red+Green+Blue) = 255+42+190=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ABE is #00D541. Grayscale: #7A7A7A. Windows color (decimal): -54594 or 12462847. OLE color: 12462847.
HSL color Cylindrical-coordinate representation of color #FF2ABE: hue angle of 318.31º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2ABE is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 190 | - |
| CMYK | 0 | 0.84 | 0.25 | 0 |
| HSL | 318.31º | 1% | 0.58% | - |
| HSV(B) | 318.31º | 0.84% | 1% | - |
| XYZ | 51.36 | 26.63 | 51.15 | - |
| YUV | 122.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 190 | 0 | 0.84 | 0.25 | 0 | 318.31 | 1 | 0.58 |
| Hex | FF | 2A | BE | 0 | 54 | 19 | 0 | 13E | 64 | 3A |
| Octal | 377 | 52 | 276 | 0 | 124 | 31 | 0 | 476 | 144 | 72 |
| Binary | 11111111 | 101010 | 10111110 | 0 | 1010100 | 11001 | 0 | 100111110 | 1100100 | 111010 |
Color Harmonies of #FF2ABE
Complementary color
Monochromatic Colors of #FF2ABE
Black with #FF2ABE
Text Example
Text Example
White with #FF2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2ABE; }
p { color: rgb(255,42,190); }
H1.HeaderClassName
{
color: #FF2ABE;
}
.AnyTagClassName
{
color: #FF2ABE;
}
</style>
background-color css
<style>
a { background-color: #FF2ABE; }
a { background-color: rgb(255,42,190); }
div.DivClassName
{
background-color: #FF2ABE;
}
.BgClassName
{
background-color: #FF2ABE;
}
</style>
border-color css
<style>
span { border-color: #FF2ABE; }
span { border-color: rgb(255,42,190); }
td.TdClassName
{
border-color: #FF2ABE;
}
.TagClassName
{
border-color: #FF2ABE;
}
</style>