Shades of Razzle Dazzle Rose #FB4EC8
Tints of Razzle Dazzle Rose #FB4EC8
RGB
CMYK
RGB Variations
Color information
#FB4EC8 (or 0xFB4EC8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4E and C8. RGB value is (251,78,200). Sum of RGB (Red+Green+Blue) = 251+78+200=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4EC8 is #04B137. Grayscale: #8F8F8F. Windows color (decimal): -307512 or 13127419. OLE color: 13127419.
HSL color Cylindrical-coordinate representation of color #FB4EC8: hue angle of 317.69º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4EC8 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 200 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.02 |
| HSL | 317.69º | 0.96% | 0.65% | - |
| HSV(B) | 317.69º | 0.69% | 0.98% | - |
| XYZ | 52.93 | 30.13 | 57.67 | - |
| YUV | 143.64 | 159.81 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 200 | 0 | 0.69 | 0.20 | 0.02 | 317.69 | 0.96 | 0.65 |
| Hex | FB | 4E | C8 | 0 | 45 | 14 | 2 | 13E | 60 | 41 |
| Octal | 373 | 116 | 310 | 0 | 105 | 24 | 2 | 476 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11001000 | 0 | 1000101 | 10100 | 10 | 100111110 | 1100000 | 1000001 |
Color Harmonies of #FB4EC8
Complementary color
Monochromatic Colors of #FB4EC8
Black with #FB4EC8
Text Example
Text Example
White with #FB4EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EC8; }
p { color: rgb(251,78,200); }
H1.HeaderClassName
{
color: #FB4EC8;
}
.AnyTagClassName
{
color: #FB4EC8;
}
</style>
background-color css
<style>
a { background-color: #FB4EC8; }
a { background-color: rgb(251,78,200); }
div.DivClassName
{
background-color: #FB4EC8;
}
.BgClassName
{
background-color: #FB4EC8;
}
</style>
border-color css
<style>
span { border-color: #FB4EC8; }
span { border-color: rgb(251,78,200); }
td.TdClassName
{
border-color: #FB4EC8;
}
.TagClassName
{
border-color: #FB4EC8;
}
</style>