Shades of Razzle Dazzle Rose #FE36CB
Tints of Razzle Dazzle Rose #FE36CB
RGB
CMYK
RGB Variations
Color information
#FE36CB (or 0xFE36CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and CB. RGB value is (254,54,203). Sum of RGB (Red+Green+Blue) = 254+54+203=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36CB is #01C934. Grayscale: #828282. Windows color (decimal): -117045 or 13317886. OLE color: 13317886.
HSL color Cylindrical-coordinate representation of color #FE36CB: hue angle of 315.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE36CB is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 203 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.00 |
| HSL | 315.3º | 0.99% | 0.6% | - |
| HSV(B) | 315.3º | 0.79% | 1% | - |
| XYZ | 52.97 | 28.02 | 59.12 | - |
| YUV | 130.79 | 168.76 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 203 | 0 | 0.79 | 0.20 | 0.00 | 315.3 | 0.99 | 0.6 |
| Hex | FE | 36 | CB | 0 | 4F | 14 | 0 | 13B | 63 | 3C |
| Octal | 376 | 66 | 313 | 0 | 117 | 24 | 0 | 473 | 143 | 74 |
| Binary | 11111110 | 110110 | 11001011 | 0 | 1001111 | 10100 | 0 | 100111011 | 1100011 | 111100 |
Color Harmonies of #FE36CB
Complementary color
Monochromatic Colors of #FE36CB
Black with #FE36CB
Text Example
Text Example
White with #FE36CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36CB; }
p { color: rgb(254,54,203); }
H1.HeaderClassName
{
color: #FE36CB;
}
.AnyTagClassName
{
color: #FE36CB;
}
</style>
background-color css
<style>
a { background-color: #FE36CB; }
a { background-color: rgb(254,54,203); }
div.DivClassName
{
background-color: #FE36CB;
}
.BgClassName
{
background-color: #FE36CB;
}
</style>
border-color css
<style>
span { border-color: #FE36CB; }
span { border-color: rgb(254,54,203); }
td.TdClassName
{
border-color: #FE36CB;
}
.TagClassName
{
border-color: #FE36CB;
}
</style>