Shades of Razzle Dazzle Rose #FB2EDA
Tints of Razzle Dazzle Rose #FB2EDA
RGB
CMYK
RGB Variations
Color information
#FB2EDA (or 0xFB2EDA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and DA. RGB value is (251,46,218). Sum of RGB (Red+Green+Blue) = 251+46+218=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 46 (18.36% from 255 or 8.93% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2EDA is #04D125. Grayscale: #7E7E7E. Windows color (decimal): -315686 or 14298875. OLE color: 14298875.
HSL color Cylindrical-coordinate representation of color #FB2EDA: hue angle of 309.66º 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 #FB2EDA is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 218 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.02 |
| HSL | 309.66º | 0.96% | 0.58% | - |
| HSV(B) | 309.66º | 0.82% | 0.98% | - |
| XYZ | 53.42 | 27.53 | 68.83 | - |
| YUV | 126.9 | 179.42 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 218 | 0 | 0.82 | 0.13 | 0.02 | 309.66 | 0.96 | 0.58 |
| Hex | FB | 2E | DA | 0 | 52 | D | 2 | 136 | 60 | 3A |
| Octal | 373 | 56 | 332 | 0 | 122 | 15 | 2 | 466 | 140 | 72 |
| Binary | 11111011 | 101110 | 11011010 | 0 | 1010010 | 1101 | 10 | 100110110 | 1100000 | 111010 |
Color Harmonies of #FB2EDA
Complementary color
Monochromatic Colors of #FB2EDA
Black with #FB2EDA
Text Example
Text Example
White with #FB2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2EDA; }
p { color: rgb(251,46,218); }
H1.HeaderClassName
{
color: #FB2EDA;
}
.AnyTagClassName
{
color: #FB2EDA;
}
</style>
background-color css
<style>
a { background-color: #FB2EDA; }
a { background-color: rgb(251,46,218); }
div.DivClassName
{
background-color: #FB2EDA;
}
.BgClassName
{
background-color: #FB2EDA;
}
</style>
border-color css
<style>
span { border-color: #FB2EDA; }
span { border-color: rgb(251,46,218); }
td.TdClassName
{
border-color: #FB2EDA;
}
.TagClassName
{
border-color: #FB2EDA;
}
</style>