Shades of Razzle Dazzle Rose #FB2ADC
Tints of Razzle Dazzle Rose #FB2ADC
RGB
CMYK
RGB Variations
Color information
#FB2ADC (or 0xFB2ADC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and DC. RGB value is (251,42,220). Sum of RGB (Red+Green+Blue) = 251+42+220=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2ADC is #04D523. Grayscale: #7C7C7C. Windows color (decimal): -316708 or 14428923. OLE color: 14428923.
HSL color Cylindrical-coordinate representation of color #FB2ADC: hue angle of 308.9º 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 #FB2ADC is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 220 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.02 |
| HSL | 308.9º | 0.96% | 0.57% | - |
| HSV(B) | 308.9º | 0.83% | 0.98% | - |
| XYZ | 53.53 | 27.33 | 70.16 | - |
| YUV | 124.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 220 | 0 | 0.83 | 0.12 | 0.02 | 308.9 | 0.96 | 0.57 |
| Hex | FB | 2A | DC | 0 | 53 | C | 2 | 135 | 60 | 39 |
| Octal | 373 | 52 | 334 | 0 | 123 | 14 | 2 | 465 | 140 | 71 |
| Binary | 11111011 | 101010 | 11011100 | 0 | 1010011 | 1100 | 10 | 100110101 | 1100000 | 111001 |
Color Harmonies of #FB2ADC
Complementary color
Monochromatic Colors of #FB2ADC
Black with #FB2ADC
Text Example
Text Example
White with #FB2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2ADC; }
p { color: rgb(251,42,220); }
H1.HeaderClassName
{
color: #FB2ADC;
}
.AnyTagClassName
{
color: #FB2ADC;
}
</style>
background-color css
<style>
a { background-color: #FB2ADC; }
a { background-color: rgb(251,42,220); }
div.DivClassName
{
background-color: #FB2ADC;
}
.BgClassName
{
background-color: #FB2ADC;
}
</style>
border-color css
<style>
span { border-color: #FB2ADC; }
span { border-color: rgb(251,42,220); }
td.TdClassName
{
border-color: #FB2ADC;
}
.TagClassName
{
border-color: #FB2ADC;
}
</style>