Shades of Razzle Dazzle Rose #FC27DB
Tints of Razzle Dazzle Rose #FC27DB
RGB
CMYK
RGB Variations
Color information
#FC27DB (or 0xFC27DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 27 and DB. RGB value is (252,39,219). Sum of RGB (Red+Green+Blue) = 252+39+219=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 39 (15.62% from 255 or 7.65% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC27DB is #03D824. Grayscale: #7A7A7A. Windows color (decimal): -251941 or 14362620. OLE color: 14362620.
HSL color Cylindrical-coordinate representation of color #FC27DB: hue angle of 309.3º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC27DB is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 219 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.01 |
| HSL | 309.3º | 0.97% | 0.57% | - |
| HSV(B) | 309.3º | 0.85% | 0.99% | - |
| XYZ | 53.66 | 27.26 | 69.45 | - |
| YUV | 123.21 | 182.07 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 219 | 0 | 0.85 | 0.13 | 0.01 | 309.3 | 0.97 | 0.57 |
| Hex | FC | 27 | DB | 0 | 55 | D | 1 | 135 | 61 | 39 |
| Octal | 374 | 47 | 333 | 0 | 125 | 15 | 1 | 465 | 141 | 71 |
| Binary | 11111100 | 100111 | 11011011 | 0 | 1010101 | 1101 | 1 | 100110101 | 1100001 | 111001 |
Color Harmonies of #FC27DB
Complementary color
Monochromatic Colors of #FC27DB
Black with #FC27DB
Text Example
Text Example
White with #FC27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC27DB; }
p { color: rgb(252,39,219); }
H1.HeaderClassName
{
color: #FC27DB;
}
.AnyTagClassName
{
color: #FC27DB;
}
</style>
background-color css
<style>
a { background-color: #FC27DB; }
a { background-color: rgb(252,39,219); }
div.DivClassName
{
background-color: #FC27DB;
}
.BgClassName
{
background-color: #FC27DB;
}
</style>
border-color css
<style>
span { border-color: #FC27DB; }
span { border-color: rgb(252,39,219); }
td.TdClassName
{
border-color: #FC27DB;
}
.TagClassName
{
border-color: #FC27DB;
}
</style>