Shades of Razzle Dazzle Rose #FB2CEA
Tints of Razzle Dazzle Rose #FB2CEA
RGB
CMYK
RGB Variations
Color information
#FB2CEA (or 0xFB2CEA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2C and EA. RGB value is (251,44,234). Sum of RGB (Red+Green+Blue) = 251+44+234=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 44 (17.58% from 255 or 8.32% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2CEA is #04D315. Grayscale: #7E7E7E. Windows color (decimal): -316182 or 15346939. OLE color: 15346939.
HSL color Cylindrical-coordinate representation of color #FB2CEA: hue angle of 304.93º 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 #FB2CEA is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 234 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.02 |
| HSL | 304.93º | 0.96% | 0.58% | - |
| HSV(B) | 304.93º | 0.82% | 0.98% | - |
| XYZ | 55.54 | 28.25 | 80.37 | - |
| YUV | 127.55 | 188.08 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 234 | 0 | 0.82 | 0.07 | 0.02 | 304.93 | 0.96 | 0.58 |
| Hex | FB | 2C | EA | 0 | 52 | 7 | 2 | 131 | 60 | 3A |
| Octal | 373 | 54 | 352 | 0 | 122 | 7 | 2 | 461 | 140 | 72 |
| Binary | 11111011 | 101100 | 11101010 | 0 | 1010010 | 111 | 10 | 100110001 | 1100000 | 111010 |
Color Harmonies of #FB2CEA
Complementary color
Monochromatic Colors of #FB2CEA
Black with #FB2CEA
Text Example
Text Example
White with #FB2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CEA; }
p { color: rgb(251,44,234); }
H1.HeaderClassName
{
color: #FB2CEA;
}
.AnyTagClassName
{
color: #FB2CEA;
}
</style>
background-color css
<style>
a { background-color: #FB2CEA; }
a { background-color: rgb(251,44,234); }
div.DivClassName
{
background-color: #FB2CEA;
}
.BgClassName
{
background-color: #FB2CEA;
}
</style>
border-color css
<style>
span { border-color: #FB2CEA; }
span { border-color: rgb(251,44,234); }
td.TdClassName
{
border-color: #FB2CEA;
}
.TagClassName
{
border-color: #FB2CEA;
}
</style>