Shades of Razzle Dazzle Rose #FB24D0
Tints of Razzle Dazzle Rose #FB24D0
RGB
CMYK
RGB Variations
Color information
#FB24D0 (or 0xFB24D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 24 and D0. RGB value is (251,36,208). Sum of RGB (Red+Green+Blue) = 251+36+208=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB24D0 is #04DB2F. Grayscale: #777777. Windows color (decimal): -318256 or 13640955. OLE color: 13640955.
HSL color Cylindrical-coordinate representation of color #FB24D0: hue angle of 312º 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 #FB24D0 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 208 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.02 |
| HSL | 312º | 0.96% | 0.56% | - |
| HSV(B) | 312º | 0.86% | 0.98% | - |
| XYZ | 51.8 | 26.33 | 62.03 | - |
| YUV | 119.89 | 177.73 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 208 | 0 | 0.86 | 0.17 | 0.02 | 312 | 0.96 | 0.56 |
| Hex | FB | 24 | D0 | 0 | 56 | 11 | 2 | 138 | 60 | 38 |
| Octal | 373 | 44 | 320 | 0 | 126 | 21 | 2 | 470 | 140 | 70 |
| Binary | 11111011 | 100100 | 11010000 | 0 | 1010110 | 10001 | 10 | 100111000 | 1100000 | 111000 |
Color Harmonies of #FB24D0
Complementary color
Monochromatic Colors of #FB24D0
Black with #FB24D0
Text Example
Text Example
White with #FB24D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24D0; }
p { color: rgb(251,36,208); }
H1.HeaderClassName
{
color: #FB24D0;
}
.AnyTagClassName
{
color: #FB24D0;
}
</style>
background-color css
<style>
a { background-color: #FB24D0; }
a { background-color: rgb(251,36,208); }
div.DivClassName
{
background-color: #FB24D0;
}
.BgClassName
{
background-color: #FB24D0;
}
</style>
border-color css
<style>
span { border-color: #FB24D0; }
span { border-color: rgb(251,36,208); }
td.TdClassName
{
border-color: #FB24D0;
}
.TagClassName
{
border-color: #FB24D0;
}
</style>