Shades of Razzle Dazzle Rose #FB2CEF
Tints of Razzle Dazzle Rose #FB2CEF
RGB
CMYK
RGB Variations
Color information
#FB2CEF (or 0xFB2CEF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2C and EF. RGB value is (251,44,239). Sum of RGB (Red+Green+Blue) = 251+44+239=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 44 (17.58% from 255 or 8.24% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2CEF is #04D310. Grayscale: #7F7F7F. Windows color (decimal): -316177 or 15674619. OLE color: 15674619.
HSL color Cylindrical-coordinate representation of color #FB2CEF: hue angle of 303.48º 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 #FB2CEF is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 239 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.02 |
| HSL | 303.48º | 0.96% | 0.58% | - |
| HSV(B) | 303.48º | 0.82% | 0.98% | - |
| XYZ | 56.26 | 28.54 | 84.21 | - |
| YUV | 128.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 239 | 0 | 0.82 | 0.05 | 0.02 | 303.48 | 0.96 | 0.58 |
| Hex | FB | 2C | EF | 0 | 52 | 5 | 2 | 12F | 60 | 3A |
| Octal | 373 | 54 | 357 | 0 | 122 | 5 | 2 | 457 | 140 | 72 |
| Binary | 11111011 | 101100 | 11101111 | 0 | 1010010 | 101 | 10 | 100101111 | 1100000 | 111010 |
Color Harmonies of #FB2CEF
Complementary color
Monochromatic Colors of #FB2CEF
Black with #FB2CEF
Text Example
Text Example
White with #FB2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CEF; }
p { color: rgb(251,44,239); }
H1.HeaderClassName
{
color: #FB2CEF;
}
.AnyTagClassName
{
color: #FB2CEF;
}
</style>
background-color css
<style>
a { background-color: #FB2CEF; }
a { background-color: rgb(251,44,239); }
div.DivClassName
{
background-color: #FB2CEF;
}
.BgClassName
{
background-color: #FB2CEF;
}
</style>
border-color css
<style>
span { border-color: #FB2CEF; }
span { border-color: rgb(251,44,239); }
td.TdClassName
{
border-color: #FB2CEF;
}
.TagClassName
{
border-color: #FB2CEF;
}
</style>