Shades of Razzle Dazzle Rose #FB2EC0
Tints of Razzle Dazzle Rose #FB2EC0
RGB
CMYK
RGB Variations
Color information
#FB2EC0 (or 0xFB2EC0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and C0. RGB value is (251,46,192). Sum of RGB (Red+Green+Blue) = 251+46+192=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2EC0 is #04D13F. Grayscale: #7B7B7B. Windows color (decimal): -315712 or 12594939. OLE color: 12594939.
HSL color Cylindrical-coordinate representation of color #FB2EC0: hue angle of 317.27º 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 #FB2EC0 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 192 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.02 |
| HSL | 317.27º | 0.96% | 0.58% | - |
| HSV(B) | 317.27º | 0.82% | 0.98% | - |
| XYZ | 50.28 | 26.27 | 52.29 | - |
| YUV | 123.94 | 166.42 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 192 | 0 | 0.82 | 0.24 | 0.02 | 317.27 | 0.96 | 0.58 |
| Hex | FB | 2E | C0 | 0 | 52 | 18 | 2 | 13D | 60 | 3A |
| Octal | 373 | 56 | 300 | 0 | 122 | 30 | 2 | 475 | 140 | 72 |
| Binary | 11111011 | 101110 | 11000000 | 0 | 1010010 | 11000 | 10 | 100111101 | 1100000 | 111010 |
Color Harmonies of #FB2EC0
Complementary color
Monochromatic Colors of #FB2EC0
Black with #FB2EC0
Text Example
Text Example
White with #FB2EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2EC0; }
p { color: rgb(251,46,192); }
H1.HeaderClassName
{
color: #FB2EC0;
}
.AnyTagClassName
{
color: #FB2EC0;
}
</style>
background-color css
<style>
a { background-color: #FB2EC0; }
a { background-color: rgb(251,46,192); }
div.DivClassName
{
background-color: #FB2EC0;
}
.BgClassName
{
background-color: #FB2EC0;
}
</style>
border-color css
<style>
span { border-color: #FB2EC0; }
span { border-color: rgb(251,46,192); }
td.TdClassName
{
border-color: #FB2EC0;
}
.TagClassName
{
border-color: #FB2EC0;
}
</style>