Shades of Razzle Dazzle Rose #FB4AD1
Tints of Razzle Dazzle Rose #FB4AD1
RGB
CMYK
RGB Variations
Color information
#FB4AD1 (or 0xFB4AD1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and D1. RGB value is (251,74,209). Sum of RGB (Red+Green+Blue) = 251+74+209=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4AD1 is #04B52E. Grayscale: #8D8D8D. Windows color (decimal): -308527 or 13716219. OLE color: 13716219.
HSL color Cylindrical-coordinate representation of color #FB4AD1: hue angle of 314.24º 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 #FB4AD1 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 209 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.02 |
| HSL | 314.24º | 0.96% | 0.64% | - |
| HSV(B) | 314.24º | 0.71% | 0.98% | - |
| XYZ | 53.74 | 30.01 | 63.28 | - |
| YUV | 142.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 209 | 0 | 0.71 | 0.17 | 0.02 | 314.24 | 0.96 | 0.64 |
| Hex | FB | 4A | D1 | 0 | 47 | 11 | 2 | 13A | 60 | 40 |
| Octal | 373 | 112 | 321 | 0 | 107 | 21 | 2 | 472 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11010001 | 0 | 1000111 | 10001 | 10 | 100111010 | 1100000 | 1000000 |
Color Harmonies of #FB4AD1
Complementary color
Monochromatic Colors of #FB4AD1
Black with #FB4AD1
Text Example
Text Example
White with #FB4AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AD1; }
p { color: rgb(251,74,209); }
H1.HeaderClassName
{
color: #FB4AD1;
}
.AnyTagClassName
{
color: #FB4AD1;
}
</style>
background-color css
<style>
a { background-color: #FB4AD1; }
a { background-color: rgb(251,74,209); }
div.DivClassName
{
background-color: #FB4AD1;
}
.BgClassName
{
background-color: #FB4AD1;
}
</style>
border-color css
<style>
span { border-color: #FB4AD1; }
span { border-color: rgb(251,74,209); }
td.TdClassName
{
border-color: #FB4AD1;
}
.TagClassName
{
border-color: #FB4AD1;
}
</style>