Shades of Razzle Dazzle Rose #FB24D2
Tints of Razzle Dazzle Rose #FB24D2
RGB
CMYK
RGB Variations
Color information
#FB24D2 (or 0xFB24D2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 24 and D2. RGB value is (251,36,210). Sum of RGB (Red+Green+Blue) = 251+36+210=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB24D2 is #04DB2D. Grayscale: #777777. Windows color (decimal): -318254 or 13772027. OLE color: 13772027.
HSL color Cylindrical-coordinate representation of color #FB24D2: hue angle of 311.44º 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 #FB24D2 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 210 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.02 |
| HSL | 311.44º | 0.96% | 0.56% | - |
| HSV(B) | 311.44º | 0.86% | 0.98% | - |
| XYZ | 52.05 | 26.42 | 63.33 | - |
| YUV | 120.12 | 178.73 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 210 | 0 | 0.86 | 0.16 | 0.02 | 311.44 | 0.96 | 0.56 |
| Hex | FB | 24 | D2 | 0 | 56 | 10 | 2 | 137 | 60 | 38 |
| Octal | 373 | 44 | 322 | 0 | 126 | 20 | 2 | 467 | 140 | 70 |
| Binary | 11111011 | 100100 | 11010010 | 0 | 1010110 | 10000 | 10 | 100110111 | 1100000 | 111000 |
Color Harmonies of #FB24D2
Complementary color
Monochromatic Colors of #FB24D2
Black with #FB24D2
Text Example
Text Example
White with #FB24D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24D2; }
p { color: rgb(251,36,210); }
H1.HeaderClassName
{
color: #FB24D2;
}
.AnyTagClassName
{
color: #FB24D2;
}
</style>
background-color css
<style>
a { background-color: #FB24D2; }
a { background-color: rgb(251,36,210); }
div.DivClassName
{
background-color: #FB24D2;
}
.BgClassName
{
background-color: #FB24D2;
}
</style>
border-color css
<style>
span { border-color: #FB24D2; }
span { border-color: rgb(251,36,210); }
td.TdClassName
{
border-color: #FB24D2;
}
.TagClassName
{
border-color: #FB24D2;
}
</style>