Shades of Razzle Dazzle Rose #FB24DB
Tints of Razzle Dazzle Rose #FB24DB
RGB
CMYK
RGB Variations
Color information
#FB24DB (or 0xFB24DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 24 and DB. RGB value is (251,36,219). Sum of RGB (Red+Green+Blue) = 251+36+219=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 36 (14.45% from 255 or 7.11% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB24DB is #04DB24. Grayscale: #787878. Windows color (decimal): -318245 or 14361851. OLE color: 14361851.
HSL color Cylindrical-coordinate representation of color #FB24DB: hue angle of 308.93º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB24DB is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 219 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.02 |
| HSL | 308.93º | 0.96% | 0.56% | - |
| HSV(B) | 308.93º | 0.86% | 0.98% | - |
| XYZ | 53.2 | 26.89 | 69.4 | - |
| YUV | 121.15 | 183.23 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 219 | 0 | 0.86 | 0.13 | 0.02 | 308.93 | 0.96 | 0.56 |
| Hex | FB | 24 | DB | 0 | 56 | D | 2 | 135 | 60 | 38 |
| Octal | 373 | 44 | 333 | 0 | 126 | 15 | 2 | 465 | 140 | 70 |
| Binary | 11111011 | 100100 | 11011011 | 0 | 1010110 | 1101 | 10 | 100110101 | 1100000 | 111000 |
Color Harmonies of #FB24DB
Complementary color
Monochromatic Colors of #FB24DB
Black with #FB24DB
Text Example
Text Example
White with #FB24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24DB; }
p { color: rgb(251,36,219); }
H1.HeaderClassName
{
color: #FB24DB;
}
.AnyTagClassName
{
color: #FB24DB;
}
</style>
background-color css
<style>
a { background-color: #FB24DB; }
a { background-color: rgb(251,36,219); }
div.DivClassName
{
background-color: #FB24DB;
}
.BgClassName
{
background-color: #FB24DB;
}
</style>
border-color css
<style>
span { border-color: #FB24DB; }
span { border-color: rgb(251,36,219); }
td.TdClassName
{
border-color: #FB24DB;
}
.TagClassName
{
border-color: #FB24DB;
}
</style>