Shades of Razzle Dazzle Rose #FB25E5
Tints of Razzle Dazzle Rose #FB25E5
RGB
CMYK
RGB Variations
Color information
#FB25E5 (or 0xFB25E5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 25 and E5. RGB value is (251,37,229). Sum of RGB (Red+Green+Blue) = 251+37+229=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 37 (14.84% from 255 or 7.16% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB25E5 is #04DA1A. Grayscale: #7A7A7A. Windows color (decimal): -317979 or 15017467. OLE color: 15017467.
HSL color Cylindrical-coordinate representation of color #FB25E5: hue angle of 306.17º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25E5 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 229 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.02 |
| HSL | 306.17º | 0.96% | 0.56% | - |
| HSV(B) | 306.17º | 0.85% | 0.98% | - |
| XYZ | 54.59 | 27.49 | 76.56 | - |
| YUV | 122.87 | 187.9 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 229 | 0 | 0.85 | 0.09 | 0.02 | 306.17 | 0.96 | 0.56 |
| Hex | FB | 25 | E5 | 0 | 55 | 9 | 2 | 132 | 60 | 38 |
| Octal | 373 | 45 | 345 | 0 | 125 | 11 | 2 | 462 | 140 | 70 |
| Binary | 11111011 | 100101 | 11100101 | 0 | 1010101 | 1001 | 10 | 100110010 | 1100000 | 111000 |
Color Harmonies of #FB25E5
Complementary color
Monochromatic Colors of #FB25E5
Black with #FB25E5
Text Example
Text Example
White with #FB25E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25E5; }
p { color: rgb(251,37,229); }
H1.HeaderClassName
{
color: #FB25E5;
}
.AnyTagClassName
{
color: #FB25E5;
}
</style>
background-color css
<style>
a { background-color: #FB25E5; }
a { background-color: rgb(251,37,229); }
div.DivClassName
{
background-color: #FB25E5;
}
.BgClassName
{
background-color: #FB25E5;
}
</style>
border-color css
<style>
span { border-color: #FB25E5; }
span { border-color: rgb(251,37,229); }
td.TdClassName
{
border-color: #FB25E5;
}
.TagClassName
{
border-color: #FB25E5;
}
</style>