Shades of Razzle Dazzle Rose #FB2AD0
Tints of Razzle Dazzle Rose #FB2AD0
RGB
CMYK
RGB Variations
Color information
#FB2AD0 (or 0xFB2AD0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and D0. RGB value is (251,42,208). Sum of RGB (Red+Green+Blue) = 251+42+208=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2AD0 is #04D52F. Grayscale: #7A7A7A. Windows color (decimal): -316720 or 13642491. OLE color: 13642491.
HSL color Cylindrical-coordinate representation of color #FB2AD0: hue angle of 312.34º 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 #FB2AD0 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 208 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.02 |
| HSL | 312.34º | 0.96% | 0.57% | - |
| HSV(B) | 312.34º | 0.83% | 0.98% | - |
| XYZ | 52 | 26.72 | 62.09 | - |
| YUV | 123.42 | 175.74 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 208 | 0 | 0.83 | 0.17 | 0.02 | 312.34 | 0.96 | 0.57 |
| Hex | FB | 2A | D0 | 0 | 53 | 11 | 2 | 138 | 60 | 39 |
| Octal | 373 | 52 | 320 | 0 | 123 | 21 | 2 | 470 | 140 | 71 |
| Binary | 11111011 | 101010 | 11010000 | 0 | 1010011 | 10001 | 10 | 100111000 | 1100000 | 111001 |
Color Harmonies of #FB2AD0
Complementary color
Monochromatic Colors of #FB2AD0
Black with #FB2AD0
Text Example
Text Example
White with #FB2AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2AD0; }
p { color: rgb(251,42,208); }
H1.HeaderClassName
{
color: #FB2AD0;
}
.AnyTagClassName
{
color: #FB2AD0;
}
</style>
background-color css
<style>
a { background-color: #FB2AD0; }
a { background-color: rgb(251,42,208); }
div.DivClassName
{
background-color: #FB2AD0;
}
.BgClassName
{
background-color: #FB2AD0;
}
</style>
border-color css
<style>
span { border-color: #FB2AD0; }
span { border-color: rgb(251,42,208); }
td.TdClassName
{
border-color: #FB2AD0;
}
.TagClassName
{
border-color: #FB2AD0;
}
</style>