Shades of Razzle Dazzle Rose #FB4AD3
Tints of Razzle Dazzle Rose #FB4AD3
RGB
CMYK
RGB Variations
Color information
#FB4AD3 (or 0xFB4AD3) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and D3. RGB value is (251,74,211). Sum of RGB (Red+Green+Blue) = 251+74+211=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4AD3 is #04B52C. Grayscale: #8E8E8E. Windows color (decimal): -308525 or 13847291. OLE color: 13847291.
HSL color Cylindrical-coordinate representation of color #FB4AD3: hue angle of 313.56º 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 #FB4AD3 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 211 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.02 |
| HSL | 313.56º | 0.96% | 0.64% | - |
| HSV(B) | 313.56º | 0.71% | 0.98% | - |
| XYZ | 53.99 | 30.11 | 64.59 | - |
| YUV | 142.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 211 | 0 | 0.71 | 0.16 | 0.02 | 313.56 | 0.96 | 0.64 |
| Hex | FB | 4A | D3 | 0 | 47 | 10 | 2 | 13A | 60 | 40 |
| Octal | 373 | 112 | 323 | 0 | 107 | 20 | 2 | 472 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11010011 | 0 | 1000111 | 10000 | 10 | 100111010 | 1100000 | 1000000 |
Color Harmonies of #FB4AD3
Complementary color
Monochromatic Colors of #FB4AD3
Black with #FB4AD3
Text Example
Text Example
White with #FB4AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AD3; }
p { color: rgb(251,74,211); }
H1.HeaderClassName
{
color: #FB4AD3;
}
.AnyTagClassName
{
color: #FB4AD3;
}
</style>
background-color css
<style>
a { background-color: #FB4AD3; }
a { background-color: rgb(251,74,211); }
div.DivClassName
{
background-color: #FB4AD3;
}
.BgClassName
{
background-color: #FB4AD3;
}
</style>
border-color css
<style>
span { border-color: #FB4AD3; }
span { border-color: rgb(251,74,211); }
td.TdClassName
{
border-color: #FB4AD3;
}
.TagClassName
{
border-color: #FB4AD3;
}
</style>