Shades of Razzle Dazzle Rose #F925E2
Tints of Razzle Dazzle Rose #F925E2
RGB
CMYK
RGB Variations
Color information
#F925E2 (or 0xF925E2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 25 and E2. RGB value is (249,37,226). Sum of RGB (Red+Green+Blue) = 249+37+226=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F925E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F925E2 is #06DA1D. Grayscale: #797979. Windows color (decimal): -449054 or 14820857. OLE color: 14820857.
HSL color Cylindrical-coordinate representation of color #F925E2: hue angle of 306.51º 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 #F925E2 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 226 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.02 |
| HSL | 306.51º | 0.95% | 0.56% | - |
| HSV(B) | 306.51º | 0.85% | 0.98% | - |
| XYZ | 53.46 | 26.95 | 74.34 | - |
| YUV | 121.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 226 | 0 | 0.85 | 0.09 | 0.02 | 306.51 | 0.95 | 0.56 |
| Hex | F9 | 25 | E2 | 0 | 55 | 9 | 2 | 133 | 5F | 38 |
| Octal | 371 | 45 | 342 | 0 | 125 | 11 | 2 | 463 | 137 | 70 |
| Binary | 11111001 | 100101 | 11100010 | 0 | 1010101 | 1001 | 10 | 100110011 | 1011111 | 111000 |
Color Harmonies of #F925E2
Complementary color
Monochromatic Colors of #F925E2
Black with #F925E2
Text Example
Text Example
White with #F925E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F925E2; }
p { color: rgb(249,37,226); }
H1.HeaderClassName
{
color: #F925E2;
}
.AnyTagClassName
{
color: #F925E2;
}
</style>
background-color css
<style>
a { background-color: #F925E2; }
a { background-color: rgb(249,37,226); }
div.DivClassName
{
background-color: #F925E2;
}
.BgClassName
{
background-color: #F925E2;
}
</style>
border-color css
<style>
span { border-color: #F925E2; }
span { border-color: rgb(249,37,226); }
td.TdClassName
{
border-color: #F925E2;
}
.TagClassName
{
border-color: #F925E2;
}
</style>