Shades of Razzle Dazzle Rose #FB4AD2
Tints of Razzle Dazzle Rose #FB4AD2
RGB
CMYK
RGB Variations
Color information
#FB4AD2 (or 0xFB4AD2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and D2. RGB value is (251,74,210). Sum of RGB (Red+Green+Blue) = 251+74+210=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4AD2 is #04B52D. Grayscale: #8E8E8E. Windows color (decimal): -308526 or 13781755. OLE color: 13781755.
HSL color Cylindrical-coordinate representation of color #FB4AD2: hue angle of 313.9º 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 #FB4AD2 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 210 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.02 |
| HSL | 313.9º | 0.96% | 0.64% | - |
| HSV(B) | 313.9º | 0.71% | 0.98% | - |
| XYZ | 53.87 | 30.06 | 63.94 | - |
| YUV | 142.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 210 | 0 | 0.71 | 0.16 | 0.02 | 313.9 | 0.96 | 0.64 |
| Hex | FB | 4A | D2 | 0 | 47 | 10 | 2 | 13A | 60 | 40 |
| Octal | 373 | 112 | 322 | 0 | 107 | 20 | 2 | 472 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11010010 | 0 | 1000111 | 10000 | 10 | 100111010 | 1100000 | 1000000 |
Color Harmonies of #FB4AD2
Complementary color
Monochromatic Colors of #FB4AD2
Black with #FB4AD2
Text Example
Text Example
White with #FB4AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AD2; }
p { color: rgb(251,74,210); }
H1.HeaderClassName
{
color: #FB4AD2;
}
.AnyTagClassName
{
color: #FB4AD2;
}
</style>
background-color css
<style>
a { background-color: #FB4AD2; }
a { background-color: rgb(251,74,210); }
div.DivClassName
{
background-color: #FB4AD2;
}
.BgClassName
{
background-color: #FB4AD2;
}
</style>
border-color css
<style>
span { border-color: #FB4AD2; }
span { border-color: rgb(251,74,210); }
td.TdClassName
{
border-color: #FB4AD2;
}
.TagClassName
{
border-color: #FB4AD2;
}
</style>