Shades of Razzle Dazzle Rose #F925C0
Tints of Razzle Dazzle Rose #F925C0
RGB
CMYK
RGB Variations
Color information
#F925C0 (or 0xF925C0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 25 and C0. RGB value is (249,37,192). Sum of RGB (Red+Green+Blue) = 249+37+192=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F925C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F925C0 is #06DA3F. Grayscale: #757575. Windows color (decimal): -449088 or 12592633. OLE color: 12592633.
HSL color Cylindrical-coordinate representation of color #F925C0: hue angle of 316.13º degrees, saturation: 0.95, 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 #F925C0 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 192 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.02 |
| HSL | 316.13º | 0.95% | 0.56% | - |
| HSV(B) | 316.13º | 0.85% | 0.98% | - |
| XYZ | 49.24 | 25.27 | 52.15 | - |
| YUV | 118.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 192 | 0 | 0.85 | 0.23 | 0.02 | 316.13 | 0.95 | 0.56 |
| Hex | F9 | 25 | C0 | 0 | 55 | 17 | 2 | 13C | 5F | 38 |
| Octal | 371 | 45 | 300 | 0 | 125 | 27 | 2 | 474 | 137 | 70 |
| Binary | 11111001 | 100101 | 11000000 | 0 | 1010101 | 10111 | 10 | 100111100 | 1011111 | 111000 |
Color Harmonies of #F925C0
Complementary color
Monochromatic Colors of #F925C0
Black with #F925C0
Text Example
Text Example
White with #F925C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F925C0; }
p { color: rgb(249,37,192); }
H1.HeaderClassName
{
color: #F925C0;
}
.AnyTagClassName
{
color: #F925C0;
}
</style>
background-color css
<style>
a { background-color: #F925C0; }
a { background-color: rgb(249,37,192); }
div.DivClassName
{
background-color: #F925C0;
}
.BgClassName
{
background-color: #F925C0;
}
</style>
border-color css
<style>
span { border-color: #F925C0; }
span { border-color: rgb(249,37,192); }
td.TdClassName
{
border-color: #F925C0;
}
.TagClassName
{
border-color: #F925C0;
}
</style>