Shades of Razzle Dazzle Rose #FF2ABF
Tints of Razzle Dazzle Rose #FF2ABF
RGB
CMYK
RGB Variations
Color information
#FF2ABF (or 0xFF2ABF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2A and BF. RGB value is (255,42,191). Sum of RGB (Red+Green+Blue) = 255+42+191=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ABF is #00D540. Grayscale: #7A7A7A. Windows color (decimal): -54593 or 12528383. OLE color: 12528383.
HSL color Cylindrical-coordinate representation of color #FF2ABF: hue angle of 318.03º 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 #FF2ABF is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 191 | - |
| CMYK | 0 | 0.84 | 0.25 | 0 |
| HSL | 318.03º | 1% | 0.58% | - |
| HSV(B) | 318.03º | 0.84% | 1% | - |
| XYZ | 51.47 | 26.68 | 51.73 | - |
| YUV | 122.67 | 166.57 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 191 | 0 | 0.84 | 0.25 | 0 | 318.03 | 1 | 0.58 |
| Hex | FF | 2A | BF | 0 | 54 | 19 | 0 | 13E | 64 | 3A |
| Octal | 377 | 52 | 277 | 0 | 124 | 31 | 0 | 476 | 144 | 72 |
| Binary | 11111111 | 101010 | 10111111 | 0 | 1010100 | 11001 | 0 | 100111110 | 1100100 | 111010 |
Color Harmonies of #FF2ABF
Complementary color
Monochromatic Colors of #FF2ABF
Black with #FF2ABF
Text Example
Text Example
White with #FF2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2ABF; }
p { color: rgb(255,42,191); }
H1.HeaderClassName
{
color: #FF2ABF;
}
.AnyTagClassName
{
color: #FF2ABF;
}
</style>
background-color css
<style>
a { background-color: #FF2ABF; }
a { background-color: rgb(255,42,191); }
div.DivClassName
{
background-color: #FF2ABF;
}
.BgClassName
{
background-color: #FF2ABF;
}
</style>
border-color css
<style>
span { border-color: #FF2ABF; }
span { border-color: rgb(255,42,191); }
td.TdClassName
{
border-color: #FF2ABF;
}
.TagClassName
{
border-color: #FF2ABF;
}
</style>