Shades of Razzle Dazzle Rose #FB4AD4
Tints of Razzle Dazzle Rose #FB4AD4
RGB
CMYK
RGB Variations
Color information
#FB4AD4 (or 0xFB4AD4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and D4. RGB value is (251,74,212). Sum of RGB (Red+Green+Blue) = 251+74+212=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4AD4 is #04B52B. Grayscale: #8E8E8E. Windows color (decimal): -308524 or 13912827. OLE color: 13912827.
HSL color Cylindrical-coordinate representation of color #FB4AD4: hue angle of 313.22º 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 #FB4AD4 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 212 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.02 |
| HSL | 313.22º | 0.96% | 0.64% | - |
| HSV(B) | 313.22º | 0.71% | 0.98% | - |
| XYZ | 54.12 | 30.16 | 65.26 | - |
| YUV | 142.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 212 | 0 | 0.71 | 0.16 | 0.02 | 313.22 | 0.96 | 0.64 |
| Hex | FB | 4A | D4 | 0 | 47 | 10 | 2 | 139 | 60 | 40 |
| Octal | 373 | 112 | 324 | 0 | 107 | 20 | 2 | 471 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11010100 | 0 | 1000111 | 10000 | 10 | 100111001 | 1100000 | 1000000 |
Color Harmonies of #FB4AD4
Complementary color
Monochromatic Colors of #FB4AD4
Black with #FB4AD4
Text Example
Text Example
White with #FB4AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AD4; }
p { color: rgb(251,74,212); }
H1.HeaderClassName
{
color: #FB4AD4;
}
.AnyTagClassName
{
color: #FB4AD4;
}
</style>
background-color css
<style>
a { background-color: #FB4AD4; }
a { background-color: rgb(251,74,212); }
div.DivClassName
{
background-color: #FB4AD4;
}
.BgClassName
{
background-color: #FB4AD4;
}
</style>
border-color css
<style>
span { border-color: #FB4AD4; }
span { border-color: rgb(251,74,212); }
td.TdClassName
{
border-color: #FB4AD4;
}
.TagClassName
{
border-color: #FB4AD4;
}
</style>