Shades of Razzle Dazzle Rose #FB2EC8
Tints of Razzle Dazzle Rose #FB2EC8
RGB
CMYK
RGB Variations
Color information
#FB2EC8 (or 0xFB2EC8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and C8. RGB value is (251,46,200). Sum of RGB (Red+Green+Blue) = 251+46+200=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2EC8 is #04D137. Grayscale: #7C7C7C. Windows color (decimal): -315704 or 13119227. OLE color: 13119227.
HSL color Cylindrical-coordinate representation of color #FB2EC8: hue angle of 314.93º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2EC8 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 200 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.02 |
| HSL | 314.93º | 0.96% | 0.58% | - |
| HSV(B) | 314.93º | 0.82% | 0.98% | - |
| XYZ | 51.19 | 26.63 | 57.09 | - |
| YUV | 124.85 | 170.42 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 200 | 0 | 0.82 | 0.20 | 0.02 | 314.93 | 0.96 | 0.58 |
| Hex | FB | 2E | C8 | 0 | 52 | 14 | 2 | 13B | 60 | 3A |
| Octal | 373 | 56 | 310 | 0 | 122 | 24 | 2 | 473 | 140 | 72 |
| Binary | 11111011 | 101110 | 11001000 | 0 | 1010010 | 10100 | 10 | 100111011 | 1100000 | 111010 |
Color Harmonies of #FB2EC8
Complementary color
Monochromatic Colors of #FB2EC8
Black with #FB2EC8
Text Example
Text Example
White with #FB2EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2EC8; }
p { color: rgb(251,46,200); }
H1.HeaderClassName
{
color: #FB2EC8;
}
.AnyTagClassName
{
color: #FB2EC8;
}
</style>
background-color css
<style>
a { background-color: #FB2EC8; }
a { background-color: rgb(251,46,200); }
div.DivClassName
{
background-color: #FB2EC8;
}
.BgClassName
{
background-color: #FB2EC8;
}
</style>
border-color css
<style>
span { border-color: #FB2EC8; }
span { border-color: rgb(251,46,200); }
td.TdClassName
{
border-color: #FB2EC8;
}
.TagClassName
{
border-color: #FB2EC8;
}
</style>