Shades of Razzle Dazzle Rose #FB2CE4
Tints of Razzle Dazzle Rose #FB2CE4
RGB
CMYK
RGB Variations
Color information
#FB2CE4 (or 0xFB2CE4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2C and E4. RGB value is (251,44,228). Sum of RGB (Red+Green+Blue) = 251+44+228=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 44 (17.58% from 255 or 8.41% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2CE4 is #04D31B. Grayscale: #7E7E7E. Windows color (decimal): -316188 or 14953723. OLE color: 14953723.
HSL color Cylindrical-coordinate representation of color #FB2CE4: hue angle of 306.67º 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 #FB2CE4 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 228 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.02 |
| HSL | 306.67º | 0.96% | 0.58% | - |
| HSV(B) | 306.67º | 0.82% | 0.98% | - |
| XYZ | 54.69 | 27.91 | 75.9 | - |
| YUV | 126.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 228 | 0 | 0.82 | 0.09 | 0.02 | 306.67 | 0.96 | 0.58 |
| Hex | FB | 2C | E4 | 0 | 52 | 9 | 2 | 133 | 60 | 3A |
| Octal | 373 | 54 | 344 | 0 | 122 | 11 | 2 | 463 | 140 | 72 |
| Binary | 11111011 | 101100 | 11100100 | 0 | 1010010 | 1001 | 10 | 100110011 | 1100000 | 111010 |
Color Harmonies of #FB2CE4
Complementary color
Monochromatic Colors of #FB2CE4
Black with #FB2CE4
Text Example
Text Example
White with #FB2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CE4; }
p { color: rgb(251,44,228); }
H1.HeaderClassName
{
color: #FB2CE4;
}
.AnyTagClassName
{
color: #FB2CE4;
}
</style>
background-color css
<style>
a { background-color: #FB2CE4; }
a { background-color: rgb(251,44,228); }
div.DivClassName
{
background-color: #FB2CE4;
}
.BgClassName
{
background-color: #FB2CE4;
}
</style>
border-color css
<style>
span { border-color: #FB2CE4; }
span { border-color: rgb(251,44,228); }
td.TdClassName
{
border-color: #FB2CE4;
}
.TagClassName
{
border-color: #FB2CE4;
}
</style>