Shades of Razzle Dazzle Rose #F92CE5
Tints of Razzle Dazzle Rose #F92CE5
RGB
CMYK
RGB Variations
Color information
#F92CE5 (or 0xF92CE5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2C and E5. RGB value is (249,44,229). Sum of RGB (Red+Green+Blue) = 249+44+229=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 44 (17.58% from 255 or 8.43% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92CE5 is #06D31A. Grayscale: #7D7D7D. Windows color (decimal): -447259 or 15019257. OLE color: 15019257.
HSL color Cylindrical-coordinate representation of color #F92CE5: hue angle of 305.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92CE5 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 229 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.02 |
| HSL | 305.85º | 0.94% | 0.57% | - |
| HSV(B) | 305.85º | 0.82% | 0.98% | - |
| XYZ | 54.11 | 27.6 | 76.6 | - |
| YUV | 126.39 | 185.92 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 229 | 0 | 0.82 | 0.08 | 0.02 | 305.85 | 0.94 | 0.57 |
| Hex | F9 | 2C | E5 | 0 | 52 | 8 | 2 | 132 | 5E | 39 |
| Octal | 371 | 54 | 345 | 0 | 122 | 10 | 2 | 462 | 136 | 71 |
| Binary | 11111001 | 101100 | 11100101 | 0 | 1010010 | 1000 | 10 | 100110010 | 1011110 | 111001 |
Color Harmonies of #F92CE5
Complementary color
Monochromatic Colors of #F92CE5
Black with #F92CE5
Text Example
Text Example
White with #F92CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CE5; }
p { color: rgb(249,44,229); }
H1.HeaderClassName
{
color: #F92CE5;
}
.AnyTagClassName
{
color: #F92CE5;
}
</style>
background-color css
<style>
a { background-color: #F92CE5; }
a { background-color: rgb(249,44,229); }
div.DivClassName
{
background-color: #F92CE5;
}
.BgClassName
{
background-color: #F92CE5;
}
</style>
border-color css
<style>
span { border-color: #F92CE5; }
span { border-color: rgb(249,44,229); }
td.TdClassName
{
border-color: #F92CE5;
}
.TagClassName
{
border-color: #F92CE5;
}
</style>