Shades of Razzle Dazzle Rose #F928D0
Tints of Razzle Dazzle Rose #F928D0
RGB
CMYK
RGB Variations
Color information
#F928D0 (or 0xF928D0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 28 and D0. RGB value is (249,40,208). Sum of RGB (Red+Green+Blue) = 249+40+208=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F928D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F928D0 is #06D72F. Grayscale: #797979. Windows color (decimal): -448304 or 13641977. OLE color: 13641977.
HSL color Cylindrical-coordinate representation of color #F928D0: hue angle of 311.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928D0 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 208 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.02 |
| HSL | 311.77º | 0.95% | 0.57% | - |
| HSV(B) | 311.77º | 0.84% | 0.98% | - |
| XYZ | 51.21 | 26.21 | 62.03 | - |
| YUV | 121.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 208 | 0 | 0.84 | 0.16 | 0.02 | 311.77 | 0.95 | 0.57 |
| Hex | F9 | 28 | D0 | 0 | 54 | 10 | 2 | 138 | 5F | 39 |
| Octal | 371 | 50 | 320 | 0 | 124 | 20 | 2 | 470 | 137 | 71 |
| Binary | 11111001 | 101000 | 11010000 | 0 | 1010100 | 10000 | 10 | 100111000 | 1011111 | 111001 |
Color Harmonies of #F928D0
Complementary color
Monochromatic Colors of #F928D0
Black with #F928D0
Text Example
Text Example
White with #F928D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928D0; }
p { color: rgb(249,40,208); }
H1.HeaderClassName
{
color: #F928D0;
}
.AnyTagClassName
{
color: #F928D0;
}
</style>
background-color css
<style>
a { background-color: #F928D0; }
a { background-color: rgb(249,40,208); }
div.DivClassName
{
background-color: #F928D0;
}
.BgClassName
{
background-color: #F928D0;
}
</style>
border-color css
<style>
span { border-color: #F928D0; }
span { border-color: rgb(249,40,208); }
td.TdClassName
{
border-color: #F928D0;
}
.TagClassName
{
border-color: #F928D0;
}
</style>