Shades of Razzle Dazzle Rose #FB2BED
Tints of Razzle Dazzle Rose #FB2BED
RGB
CMYK
RGB Variations
Color information
#FB2BED (or 0xFB2BED) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2B and ED. RGB value is (251,43,237). Sum of RGB (Red+Green+Blue) = 251+43+237=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 43 (17.19% from 255 or 8.10% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2BED is #04D412. Grayscale: #7E7E7E. Windows color (decimal): -316435 or 15543291. OLE color: 15543291.
HSL color Cylindrical-coordinate representation of color #FB2BED: hue angle of 304.04º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2BED is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 237 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.02 |
| HSL | 304.04º | 0.96% | 0.58% | - |
| HSV(B) | 304.04º | 0.83% | 0.98% | - |
| XYZ | 55.93 | 28.35 | 82.65 | - |
| YUV | 127.31 | 189.91 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 237 | 0 | 0.83 | 0.06 | 0.02 | 304.04 | 0.96 | 0.58 |
| Hex | FB | 2B | ED | 0 | 53 | 6 | 2 | 130 | 60 | 3A |
| Octal | 373 | 53 | 355 | 0 | 123 | 6 | 2 | 460 | 140 | 72 |
| Binary | 11111011 | 101011 | 11101101 | 0 | 1010011 | 110 | 10 | 100110000 | 1100000 | 111010 |
Color Harmonies of #FB2BED
Complementary color
Monochromatic Colors of #FB2BED
Black with #FB2BED
Text Example
Text Example
White with #FB2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2BED; }
p { color: rgb(251,43,237); }
H1.HeaderClassName
{
color: #FB2BED;
}
.AnyTagClassName
{
color: #FB2BED;
}
</style>
background-color css
<style>
a { background-color: #FB2BED; }
a { background-color: rgb(251,43,237); }
div.DivClassName
{
background-color: #FB2BED;
}
.BgClassName
{
background-color: #FB2BED;
}
</style>
border-color css
<style>
span { border-color: #FB2BED; }
span { border-color: rgb(251,43,237); }
td.TdClassName
{
border-color: #FB2BED;
}
.TagClassName
{
border-color: #FB2BED;
}
</style>