Shades of Razzle Dazzle Rose #FB2EC5
Tints of Razzle Dazzle Rose #FB2EC5
RGB
CMYK
RGB Variations
Color information
#FB2EC5 (or 0xFB2EC5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and C5. RGB value is (251,46,197). Sum of RGB (Red+Green+Blue) = 251+46+197=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2EC5 is #04D13A. Grayscale: #7C7C7C. Windows color (decimal): -315707 or 12922619. OLE color: 12922619.
HSL color Cylindrical-coordinate representation of color #FB2EC5: hue angle of 315.8º 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 #FB2EC5 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 197 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.02 |
| HSL | 315.8º | 0.96% | 0.58% | - |
| HSV(B) | 315.8º | 0.82% | 0.98% | - |
| XYZ | 50.84 | 26.49 | 55.26 | - |
| YUV | 124.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 197 | 0 | 0.82 | 0.22 | 0.02 | 315.8 | 0.96 | 0.58 |
| Hex | FB | 2E | C5 | 0 | 52 | 16 | 2 | 13C | 60 | 3A |
| Octal | 373 | 56 | 305 | 0 | 122 | 26 | 2 | 474 | 140 | 72 |
| Binary | 11111011 | 101110 | 11000101 | 0 | 1010010 | 10110 | 10 | 100111100 | 1100000 | 111010 |
Color Harmonies of #FB2EC5
Complementary color
Monochromatic Colors of #FB2EC5
Black with #FB2EC5
Text Example
Text Example
White with #FB2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2EC5; }
p { color: rgb(251,46,197); }
H1.HeaderClassName
{
color: #FB2EC5;
}
.AnyTagClassName
{
color: #FB2EC5;
}
</style>
background-color css
<style>
a { background-color: #FB2EC5; }
a { background-color: rgb(251,46,197); }
div.DivClassName
{
background-color: #FB2EC5;
}
.BgClassName
{
background-color: #FB2EC5;
}
</style>
border-color css
<style>
span { border-color: #FB2EC5; }
span { border-color: rgb(251,46,197); }
td.TdClassName
{
border-color: #FB2EC5;
}
.TagClassName
{
border-color: #FB2EC5;
}
</style>