Shades of Razzle Dazzle Rose #FB24E5
Tints of Razzle Dazzle Rose #FB24E5
RGB
CMYK
RGB Variations
Color information
#FB24E5 (or 0xFB24E5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 24 and E5. RGB value is (251,36,229). Sum of RGB (Red+Green+Blue) = 251+36+229=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 36 (14.45% from 255 or 6.98% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB24E5 is #04DB1A. Grayscale: #797979. Windows color (decimal): -318235 or 15017211. OLE color: 15017211.
HSL color Cylindrical-coordinate representation of color #FB24E5: hue angle of 306.14º 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 #FB24E5 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 229 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.02 |
| HSL | 306.14º | 0.96% | 0.56% | - |
| HSV(B) | 306.14º | 0.86% | 0.98% | - |
| XYZ | 54.56 | 27.43 | 76.55 | - |
| YUV | 122.29 | 188.23 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 229 | 0 | 0.86 | 0.09 | 0.02 | 306.14 | 0.96 | 0.56 |
| Hex | FB | 24 | E5 | 0 | 56 | 9 | 2 | 132 | 60 | 38 |
| Octal | 373 | 44 | 345 | 0 | 126 | 11 | 2 | 462 | 140 | 70 |
| Binary | 11111011 | 100100 | 11100101 | 0 | 1010110 | 1001 | 10 | 100110010 | 1100000 | 111000 |
Color Harmonies of #FB24E5
Complementary color
Monochromatic Colors of #FB24E5
Black with #FB24E5
Text Example
Text Example
White with #FB24E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24E5; }
p { color: rgb(251,36,229); }
H1.HeaderClassName
{
color: #FB24E5;
}
.AnyTagClassName
{
color: #FB24E5;
}
</style>
background-color css
<style>
a { background-color: #FB24E5; }
a { background-color: rgb(251,36,229); }
div.DivClassName
{
background-color: #FB24E5;
}
.BgClassName
{
background-color: #FB24E5;
}
</style>
border-color css
<style>
span { border-color: #FB24E5; }
span { border-color: rgb(251,36,229); }
td.TdClassName
{
border-color: #FB24E5;
}
.TagClassName
{
border-color: #FB24E5;
}
</style>