Shades of Razzle Dazzle Rose #FB28C7
Tints of Razzle Dazzle Rose #FB28C7
RGB
CMYK
RGB Variations
Color information
#FB28C7 (or 0xFB28C7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 28 and C7. RGB value is (251,40,199). Sum of RGB (Red+Green+Blue) = 251+40+199=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28C7 is #04D738. Grayscale: #787878. Windows color (decimal): -317241 or 13052155. OLE color: 13052155.
HSL color Cylindrical-coordinate representation of color #FB28C7: hue angle of 314.79º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB28C7 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 199 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.02 |
| HSL | 314.79º | 0.96% | 0.57% | - |
| HSV(B) | 314.79º | 0.84% | 0.98% | - |
| XYZ | 50.85 | 26.15 | 56.4 | - |
| YUV | 121.22 | 171.9 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 199 | 0 | 0.84 | 0.21 | 0.02 | 314.79 | 0.96 | 0.57 |
| Hex | FB | 28 | C7 | 0 | 54 | 15 | 2 | 13B | 60 | 39 |
| Octal | 373 | 50 | 307 | 0 | 124 | 25 | 2 | 473 | 140 | 71 |
| Binary | 11111011 | 101000 | 11000111 | 0 | 1010100 | 10101 | 10 | 100111011 | 1100000 | 111001 |
Color Harmonies of #FB28C7
Complementary color
Monochromatic Colors of #FB28C7
Black with #FB28C7
Text Example
Text Example
White with #FB28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28C7; }
p { color: rgb(251,40,199); }
H1.HeaderClassName
{
color: #FB28C7;
}
.AnyTagClassName
{
color: #FB28C7;
}
</style>
background-color css
<style>
a { background-color: #FB28C7; }
a { background-color: rgb(251,40,199); }
div.DivClassName
{
background-color: #FB28C7;
}
.BgClassName
{
background-color: #FB28C7;
}
</style>
border-color css
<style>
span { border-color: #FB28C7; }
span { border-color: rgb(251,40,199); }
td.TdClassName
{
border-color: #FB28C7;
}
.TagClassName
{
border-color: #FB28C7;
}
</style>