Shades of Razzle Dazzle Rose #FB2ADB
Tints of Razzle Dazzle Rose #FB2ADB
RGB
CMYK
RGB Variations
Color information
#FB2ADB (or 0xFB2ADB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and DB. RGB value is (251,42,219). Sum of RGB (Red+Green+Blue) = 251+42+219=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 42 (16.80% from 255 or 8.20% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2ADB is #04D524. Grayscale: #7C7C7C. Windows color (decimal): -316709 or 14363387. OLE color: 14363387.
HSL color Cylindrical-coordinate representation of color #FB2ADB: hue angle of 309.19º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2ADB is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 219 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.02 |
| HSL | 309.19º | 0.96% | 0.57% | - |
| HSV(B) | 309.19º | 0.83% | 0.98% | - |
| XYZ | 53.4 | 27.28 | 69.47 | - |
| YUV | 124.67 | 181.24 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 219 | 0 | 0.83 | 0.13 | 0.02 | 309.19 | 0.96 | 0.57 |
| Hex | FB | 2A | DB | 0 | 53 | D | 2 | 135 | 60 | 39 |
| Octal | 373 | 52 | 333 | 0 | 123 | 15 | 2 | 465 | 140 | 71 |
| Binary | 11111011 | 101010 | 11011011 | 0 | 1010011 | 1101 | 10 | 100110101 | 1100000 | 111001 |
Color Harmonies of #FB2ADB
Complementary color
Monochromatic Colors of #FB2ADB
Black with #FB2ADB
Text Example
Text Example
White with #FB2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2ADB; }
p { color: rgb(251,42,219); }
H1.HeaderClassName
{
color: #FB2ADB;
}
.AnyTagClassName
{
color: #FB2ADB;
}
</style>
background-color css
<style>
a { background-color: #FB2ADB; }
a { background-color: rgb(251,42,219); }
div.DivClassName
{
background-color: #FB2ADB;
}
.BgClassName
{
background-color: #FB2ADB;
}
</style>
border-color css
<style>
span { border-color: #FB2ADB; }
span { border-color: rgb(251,42,219); }
td.TdClassName
{
border-color: #FB2ADB;
}
.TagClassName
{
border-color: #FB2ADB;
}
</style>