Shades of Razzle Dazzle Rose #FB4ADC
Tints of Razzle Dazzle Rose #FB4ADC
RGB
CMYK
RGB Variations
Color information
#FB4ADC (or 0xFB4ADC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and DC. RGB value is (251,74,220). Sum of RGB (Red+Green+Blue) = 251+74+220=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 74 (29.30% from 255 or 13.58% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4ADC is #04B523. Grayscale: #8F8F8F. Windows color (decimal): -308516 or 14437115. OLE color: 14437115.
HSL color Cylindrical-coordinate representation of color #FB4ADC: hue angle of 310.51º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4ADC is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 220 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.02 |
| HSL | 310.51º | 0.96% | 0.64% | - |
| HSV(B) | 310.51º | 0.71% | 0.98% | - |
| XYZ | 55.15 | 30.57 | 70.7 | - |
| YUV | 143.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 220 | 0 | 0.71 | 0.12 | 0.02 | 310.51 | 0.96 | 0.64 |
| Hex | FB | 4A | DC | 0 | 47 | C | 2 | 137 | 60 | 40 |
| Octal | 373 | 112 | 334 | 0 | 107 | 14 | 2 | 467 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11011100 | 0 | 1000111 | 1100 | 10 | 100110111 | 1100000 | 1000000 |
Color Harmonies of #FB4ADC
Complementary color
Monochromatic Colors of #FB4ADC
Black with #FB4ADC
Text Example
Text Example
White with #FB4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4ADC; }
p { color: rgb(251,74,220); }
H1.HeaderClassName
{
color: #FB4ADC;
}
.AnyTagClassName
{
color: #FB4ADC;
}
</style>
background-color css
<style>
a { background-color: #FB4ADC; }
a { background-color: rgb(251,74,220); }
div.DivClassName
{
background-color: #FB4ADC;
}
.BgClassName
{
background-color: #FB4ADC;
}
</style>
border-color css
<style>
span { border-color: #FB4ADC; }
span { border-color: rgb(251,74,220); }
td.TdClassName
{
border-color: #FB4ADC;
}
.TagClassName
{
border-color: #FB4ADC;
}
</style>