Shades of Razzle Dazzle Rose #FF4ABF
Tints of Razzle Dazzle Rose #FF4ABF
RGB
CMYK
RGB Variations
Color information
#FF4ABF (or 0xFF4ABF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and BF. RGB value is (255,74,191). Sum of RGB (Red+Green+Blue) = 255+74+191=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ABF is #00B540. Grayscale: #8D8D8D. Windows color (decimal): -46401 or 12536575. OLE color: 12536575.
HSL color Cylindrical-coordinate representation of color #FF4ABF: hue angle of 321.22º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4ABF is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 191 | - |
| CMYK | 0 | 0.71 | 0.25 | 0 |
| HSL | 321.22º | 1% | 0.65% | - |
| HSV(B) | 321.22º | 0.71% | 1% | - |
| XYZ | 53.09 | 29.92 | 52.27 | - |
| YUV | 141.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 191 | 0 | 0.71 | 0.25 | 0 | 321.22 | 1 | 0.65 |
| Hex | FF | 4A | BF | 0 | 47 | 19 | 0 | 141 | 64 | 41 |
| Octal | 377 | 112 | 277 | 0 | 107 | 31 | 0 | 501 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10111111 | 0 | 1000111 | 11001 | 0 | 101000001 | 1100100 | 1000001 |
Color Harmonies of #FF4ABF
Complementary color
Monochromatic Colors of #FF4ABF
Black with #FF4ABF
Text Example
Text Example
White with #FF4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ABF; }
p { color: rgb(255,74,191); }
H1.HeaderClassName
{
color: #FF4ABF;
}
.AnyTagClassName
{
color: #FF4ABF;
}
</style>
background-color css
<style>
a { background-color: #FF4ABF; }
a { background-color: rgb(255,74,191); }
div.DivClassName
{
background-color: #FF4ABF;
}
.BgClassName
{
background-color: #FF4ABF;
}
</style>
border-color css
<style>
span { border-color: #FF4ABF; }
span { border-color: rgb(255,74,191); }
td.TdClassName
{
border-color: #FF4ABF;
}
.TagClassName
{
border-color: #FF4ABF;
}
</style>