Shades of Razzle Dazzle Rose #FE28CB
Tints of Razzle Dazzle Rose #FE28CB
RGB
CMYK
RGB Variations
Color information
#FE28CB (or 0xFE28CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and CB. RGB value is (254,40,203). Sum of RGB (Red+Green+Blue) = 254+40+203=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28CB is #01D734. Grayscale: #7A7A7A. Windows color (decimal): -120629 or 13314302. OLE color: 13314302.
HSL color Cylindrical-coordinate representation of color #FE28CB: hue angle of 314.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28CB is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 203 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.00 |
| HSL | 314.3º | 0.99% | 0.58% | - |
| HSV(B) | 314.3º | 0.84% | 1% | - |
| XYZ | 52.41 | 26.9 | 58.93 | - |
| YUV | 122.57 | 173.4 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 203 | 0 | 0.84 | 0.20 | 0.00 | 314.3 | 0.99 | 0.58 |
| Hex | FE | 28 | CB | 0 | 54 | 14 | 0 | 13A | 63 | 3A |
| Octal | 376 | 50 | 313 | 0 | 124 | 24 | 0 | 472 | 143 | 72 |
| Binary | 11111110 | 101000 | 11001011 | 0 | 1010100 | 10100 | 0 | 100111010 | 1100011 | 111010 |
Color Harmonies of #FE28CB
Complementary color
Monochromatic Colors of #FE28CB
Black with #FE28CB
Text Example
Text Example
White with #FE28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28CB; }
p { color: rgb(254,40,203); }
H1.HeaderClassName
{
color: #FE28CB;
}
.AnyTagClassName
{
color: #FE28CB;
}
</style>
background-color css
<style>
a { background-color: #FE28CB; }
a { background-color: rgb(254,40,203); }
div.DivClassName
{
background-color: #FE28CB;
}
.BgClassName
{
background-color: #FE28CB;
}
</style>
border-color css
<style>
span { border-color: #FE28CB; }
span { border-color: rgb(254,40,203); }
td.TdClassName
{
border-color: #FE28CB;
}
.TagClassName
{
border-color: #FE28CB;
}
</style>