Shades of Razzle Dazzle Rose #F925ED
Tints of Razzle Dazzle Rose #F925ED
RGB
CMYK
RGB Variations
Color information
#F925ED (or 0xF925ED) is known color: Razzle Dazzle Rose. HEX triplet: F9, 25 and ED. RGB value is (249,37,237). Sum of RGB (Red+Green+Blue) = 249+37+237=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 37 (14.84% from 255 or 7.07% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F925ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F925ED is #06DA12. Grayscale: #7A7A7A. Windows color (decimal): -449043 or 15541753. OLE color: 15541753.
HSL color Cylindrical-coordinate representation of color #F925ED: hue angle of 303.4º 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 #F925ED is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 237 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.02 |
| HSL | 303.4º | 0.95% | 0.56% | - |
| HSV(B) | 303.4º | 0.85% | 0.98% | - |
| XYZ | 55.01 | 27.58 | 82.54 | - |
| YUV | 123.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 237 | 0 | 0.85 | 0.05 | 0.02 | 303.4 | 0.95 | 0.56 |
| Hex | F9 | 25 | ED | 0 | 55 | 5 | 2 | 12F | 5F | 38 |
| Octal | 371 | 45 | 355 | 0 | 125 | 5 | 2 | 457 | 137 | 70 |
| Binary | 11111001 | 100101 | 11101101 | 0 | 1010101 | 101 | 10 | 100101111 | 1011111 | 111000 |
Color Harmonies of #F925ED
Complementary color
Monochromatic Colors of #F925ED
Black with #F925ED
Text Example
Text Example
White with #F925ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F925ED; }
p { color: rgb(249,37,237); }
H1.HeaderClassName
{
color: #F925ED;
}
.AnyTagClassName
{
color: #F925ED;
}
</style>
background-color css
<style>
a { background-color: #F925ED; }
a { background-color: rgb(249,37,237); }
div.DivClassName
{
background-color: #F925ED;
}
.BgClassName
{
background-color: #F925ED;
}
</style>
border-color css
<style>
span { border-color: #F925ED; }
span { border-color: rgb(249,37,237); }
td.TdClassName
{
border-color: #F925ED;
}
.TagClassName
{
border-color: #F925ED;
}
</style>