Shades of Razzle Dazzle Rose #FF4FDB
Tints of Razzle Dazzle Rose #FF4FDB
RGB
CMYK
RGB Variations
Color information
#FF4FDB (or 0xFF4FDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4F and DB. RGB value is (255,79,219). Sum of RGB (Red+Green+Blue) = 255+79+219=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 79 (31.25% from 255 or 14.29% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4FDB is #00B024. Grayscale: #939393. Windows color (decimal): -45093 or 14372863. OLE color: 14372863.
HSL color Cylindrical-coordinate representation of color #FF4FDB: hue angle of 312.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FDB is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 219 | - |
| CMYK | 0 | 0.69 | 0.14 | 0 |
| HSL | 312.27º | 1% | 0.65% | - |
| HSV(B) | 312.27º | 0.69% | 1% | - |
| XYZ | 56.82 | 31.97 | 70.19 | - |
| YUV | 147.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 219 | 0 | 0.69 | 0.14 | 0 | 312.27 | 1 | 0.65 |
| Hex | FF | 4F | DB | 0 | 45 | E | 0 | 138 | 64 | 41 |
| Octal | 377 | 117 | 333 | 0 | 105 | 16 | 0 | 470 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11011011 | 0 | 1000101 | 1110 | 0 | 100111000 | 1100100 | 1000001 |
Color Harmonies of #FF4FDB
Complementary color
Monochromatic Colors of #FF4FDB
Black with #FF4FDB
Text Example
Text Example
White with #FF4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FDB; }
p { color: rgb(255,79,219); }
H1.HeaderClassName
{
color: #FF4FDB;
}
.AnyTagClassName
{
color: #FF4FDB;
}
</style>
background-color css
<style>
a { background-color: #FF4FDB; }
a { background-color: rgb(255,79,219); }
div.DivClassName
{
background-color: #FF4FDB;
}
.BgClassName
{
background-color: #FF4FDB;
}
</style>
border-color css
<style>
span { border-color: #FF4FDB; }
span { border-color: rgb(255,79,219); }
td.TdClassName
{
border-color: #FF4FDB;
}
.TagClassName
{
border-color: #FF4FDB;
}
</style>