Shades of Razzle Dazzle Rose #FB24C0
Tints of Razzle Dazzle Rose #FB24C0
RGB
CMYK
RGB Variations
Color information
#FB24C0 (or 0xFB24C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 24 and C0. RGB value is (251,36,192). Sum of RGB (Red+Green+Blue) = 251+36+192=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB24C0 is #04DB3F. Grayscale: #757575. Windows color (decimal): -318272 or 12592379. OLE color: 12592379.
HSL color Cylindrical-coordinate representation of color #FB24C0: hue angle of 316.47º 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 #FB24C0 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 192 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.02 |
| HSL | 316.47º | 0.96% | 0.56% | - |
| HSV(B) | 316.47º | 0.86% | 0.98% | - |
| XYZ | 49.93 | 25.58 | 52.17 | - |
| YUV | 118.07 | 169.73 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 192 | 0 | 0.86 | 0.24 | 0.02 | 316.47 | 0.96 | 0.56 |
| Hex | FB | 24 | C0 | 0 | 56 | 18 | 2 | 13C | 60 | 38 |
| Octal | 373 | 44 | 300 | 0 | 126 | 30 | 2 | 474 | 140 | 70 |
| Binary | 11111011 | 100100 | 11000000 | 0 | 1010110 | 11000 | 10 | 100111100 | 1100000 | 111000 |
Color Harmonies of #FB24C0
Complementary color
Monochromatic Colors of #FB24C0
Black with #FB24C0
Text Example
Text Example
White with #FB24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24C0; }
p { color: rgb(251,36,192); }
H1.HeaderClassName
{
color: #FB24C0;
}
.AnyTagClassName
{
color: #FB24C0;
}
</style>
background-color css
<style>
a { background-color: #FB24C0; }
a { background-color: rgb(251,36,192); }
div.DivClassName
{
background-color: #FB24C0;
}
.BgClassName
{
background-color: #FB24C0;
}
</style>
border-color css
<style>
span { border-color: #FB24C0; }
span { border-color: rgb(251,36,192); }
td.TdClassName
{
border-color: #FB24C0;
}
.TagClassName
{
border-color: #FB24C0;
}
</style>