Shades of Razzle Dazzle Rose #FB2EDD
Tints of Razzle Dazzle Rose #FB2EDD
RGB
CMYK
RGB Variations
Color information
#FB2EDD (or 0xFB2EDD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and DD. RGB value is (251,46,221). Sum of RGB (Red+Green+Blue) = 251+46+221=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 46 (18.36% from 255 or 8.88% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2EDD is #04D122. Grayscale: #7E7E7E. Windows color (decimal): -315683 or 14495483. OLE color: 14495483.
HSL color Cylindrical-coordinate representation of color #FB2EDD: hue angle of 308.78º 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 #FB2EDD is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 221 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.02 |
| HSL | 308.78º | 0.96% | 0.58% | - |
| HSV(B) | 308.78º | 0.82% | 0.98% | - |
| XYZ | 53.81 | 27.68 | 70.91 | - |
| YUV | 127.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 221 | 0 | 0.82 | 0.12 | 0.02 | 308.78 | 0.96 | 0.58 |
| Hex | FB | 2E | DD | 0 | 52 | C | 2 | 135 | 60 | 3A |
| Octal | 373 | 56 | 335 | 0 | 122 | 14 | 2 | 465 | 140 | 72 |
| Binary | 11111011 | 101110 | 11011101 | 0 | 1010010 | 1100 | 10 | 100110101 | 1100000 | 111010 |
Color Harmonies of #FB2EDD
Complementary color
Monochromatic Colors of #FB2EDD
Black with #FB2EDD
Text Example
Text Example
White with #FB2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2EDD; }
p { color: rgb(251,46,221); }
H1.HeaderClassName
{
color: #FB2EDD;
}
.AnyTagClassName
{
color: #FB2EDD;
}
</style>
background-color css
<style>
a { background-color: #FB2EDD; }
a { background-color: rgb(251,46,221); }
div.DivClassName
{
background-color: #FB2EDD;
}
.BgClassName
{
background-color: #FB2EDD;
}
</style>
border-color css
<style>
span { border-color: #FB2EDD; }
span { border-color: rgb(251,46,221); }
td.TdClassName
{
border-color: #FB2EDD;
}
.TagClassName
{
border-color: #FB2EDD;
}
</style>