Shades of Razzle Dazzle Rose #FC24DB
Tints of Razzle Dazzle Rose #FC24DB
RGB
CMYK
RGB Variations
Color information
#FC24DB (or 0xFC24DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 24 and DB. RGB value is (252,36,219). Sum of RGB (Red+Green+Blue) = 252+36+219=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC24DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC24DB is #03DB24. Grayscale: #787878. Windows color (decimal): -252709 or 14361852. OLE color: 14361852.
HSL color Cylindrical-coordinate representation of color #FC24DB: hue angle of 309.17º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC24DB is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 219 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.01 |
| HSL | 309.17º | 0.97% | 0.56% | - |
| HSV(B) | 309.17º | 0.86% | 0.99% | - |
| XYZ | 53.56 | 27.07 | 69.42 | - |
| YUV | 121.45 | 183.06 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 219 | 0 | 0.86 | 0.13 | 0.01 | 309.17 | 0.97 | 0.56 |
| Hex | FC | 24 | DB | 0 | 56 | D | 1 | 135 | 61 | 38 |
| Octal | 374 | 44 | 333 | 0 | 126 | 15 | 1 | 465 | 141 | 70 |
| Binary | 11111100 | 100100 | 11011011 | 0 | 1010110 | 1101 | 1 | 100110101 | 1100001 | 111000 |
Color Harmonies of #FC24DB
Complementary color
Monochromatic Colors of #FC24DB
Black with #FC24DB
Text Example
Text Example
White with #FC24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC24DB; }
p { color: rgb(252,36,219); }
H1.HeaderClassName
{
color: #FC24DB;
}
.AnyTagClassName
{
color: #FC24DB;
}
</style>
background-color css
<style>
a { background-color: #FC24DB; }
a { background-color: rgb(252,36,219); }
div.DivClassName
{
background-color: #FC24DB;
}
.BgClassName
{
background-color: #FC24DB;
}
</style>
border-color css
<style>
span { border-color: #FC24DB; }
span { border-color: rgb(252,36,219); }
td.TdClassName
{
border-color: #FC24DB;
}
.TagClassName
{
border-color: #FC24DB;
}
</style>