Shades of Razzle Dazzle Rose #F925D3
Tints of Razzle Dazzle Rose #F925D3
RGB
CMYK
RGB Variations
Color information
#F925D3 (or 0xF925D3) is known color: Razzle Dazzle Rose. HEX triplet: F9, 25 and D3. RGB value is (249,37,211). Sum of RGB (Red+Green+Blue) = 249+37+211=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F925D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F925D3 is #06DA2C. Grayscale: #777777. Windows color (decimal): -449069 or 13837817. OLE color: 13837817.
HSL color Cylindrical-coordinate representation of color #F925D3: hue angle of 310.75º 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 #F925D3 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 211 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.02 |
| HSL | 310.75º | 0.95% | 0.56% | - |
| HSV(B) | 310.75º | 0.85% | 0.98% | - |
| XYZ | 51.49 | 26.17 | 63.96 | - |
| YUV | 120.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 211 | 0 | 0.85 | 0.15 | 0.02 | 310.75 | 0.95 | 0.56 |
| Hex | F9 | 25 | D3 | 0 | 55 | F | 2 | 137 | 5F | 38 |
| Octal | 371 | 45 | 323 | 0 | 125 | 17 | 2 | 467 | 137 | 70 |
| Binary | 11111001 | 100101 | 11010011 | 0 | 1010101 | 1111 | 10 | 100110111 | 1011111 | 111000 |
Color Harmonies of #F925D3
Complementary color
Monochromatic Colors of #F925D3
Black with #F925D3
Text Example
Text Example
White with #F925D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F925D3; }
p { color: rgb(249,37,211); }
H1.HeaderClassName
{
color: #F925D3;
}
.AnyTagClassName
{
color: #F925D3;
}
</style>
background-color css
<style>
a { background-color: #F925D3; }
a { background-color: rgb(249,37,211); }
div.DivClassName
{
background-color: #F925D3;
}
.BgClassName
{
background-color: #F925D3;
}
</style>
border-color css
<style>
span { border-color: #F925D3; }
span { border-color: rgb(249,37,211); }
td.TdClassName
{
border-color: #F925D3;
}
.TagClassName
{
border-color: #F925D3;
}
</style>