Shades of Razzle Dazzle Rose #FB4CCE
Tints of Razzle Dazzle Rose #FB4CCE
RGB
CMYK
RGB Variations
Color information
#FB4CCE (or 0xFB4CCE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4C and CE. RGB value is (251,76,206). Sum of RGB (Red+Green+Blue) = 251+76+206=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CCE is #04B331. Grayscale: #8E8E8E. Windows color (decimal): -308018 or 13520123. OLE color: 13520123.
HSL color Cylindrical-coordinate representation of color #FB4CCE: hue angle of 315.43º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CCE is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 206 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.43º | 0.96% | 0.64% | - |
| HSV(B) | 315.43º | 0.7% | 0.98% | - |
| XYZ | 53.51 | 30.13 | 61.39 | - |
| YUV | 143.15 | 163.48 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 206 | 0 | 0.70 | 0.18 | 0.02 | 315.43 | 0.96 | 0.64 |
| Hex | FB | 4C | CE | 0 | 46 | 12 | 2 | 13B | 60 | 40 |
| Octal | 373 | 114 | 316 | 0 | 106 | 22 | 2 | 473 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11001110 | 0 | 1000110 | 10010 | 10 | 100111011 | 1100000 | 1000000 |
Color Harmonies of #FB4CCE
Complementary color
Monochromatic Colors of #FB4CCE
Black with #FB4CCE
Text Example
Text Example
White with #FB4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CCE; }
p { color: rgb(251,76,206); }
H1.HeaderClassName
{
color: #FB4CCE;
}
.AnyTagClassName
{
color: #FB4CCE;
}
</style>
background-color css
<style>
a { background-color: #FB4CCE; }
a { background-color: rgb(251,76,206); }
div.DivClassName
{
background-color: #FB4CCE;
}
.BgClassName
{
background-color: #FB4CCE;
}
</style>
border-color css
<style>
span { border-color: #FB4CCE; }
span { border-color: rgb(251,76,206); }
td.TdClassName
{
border-color: #FB4CCE;
}
.TagClassName
{
border-color: #FB4CCE;
}
</style>