Shades of Razzle Dazzle Rose #F928CC
Tints of Razzle Dazzle Rose #F928CC
RGB
CMYK
RGB Variations
Color information
#F928CC (or 0xF928CC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 28 and CC. RGB value is (249,40,204). Sum of RGB (Red+Green+Blue) = 249+40+204=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F928CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F928CC is #06D733. Grayscale: #787878. Windows color (decimal): -448308 or 13379833. OLE color: 13379833.
HSL color Cylindrical-coordinate representation of color #F928CC: hue angle of 312.92º 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 #F928CC is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 204 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.02 |
| HSL | 312.92º | 0.95% | 0.57% | - |
| HSV(B) | 312.92º | 0.84% | 0.98% | - |
| XYZ | 50.72 | 26.02 | 59.48 | - |
| YUV | 121.19 | 174.74 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 204 | 0 | 0.84 | 0.18 | 0.02 | 312.92 | 0.95 | 0.57 |
| Hex | F9 | 28 | CC | 0 | 54 | 12 | 2 | 139 | 5F | 39 |
| Octal | 371 | 50 | 314 | 0 | 124 | 22 | 2 | 471 | 137 | 71 |
| Binary | 11111001 | 101000 | 11001100 | 0 | 1010100 | 10010 | 10 | 100111001 | 1011111 | 111001 |
Color Harmonies of #F928CC
Complementary color
Monochromatic Colors of #F928CC
Black with #F928CC
Text Example
Text Example
White with #F928CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928CC; }
p { color: rgb(249,40,204); }
H1.HeaderClassName
{
color: #F928CC;
}
.AnyTagClassName
{
color: #F928CC;
}
</style>
background-color css
<style>
a { background-color: #F928CC; }
a { background-color: rgb(249,40,204); }
div.DivClassName
{
background-color: #F928CC;
}
.BgClassName
{
background-color: #F928CC;
}
</style>
border-color css
<style>
span { border-color: #F928CC; }
span { border-color: rgb(249,40,204); }
td.TdClassName
{
border-color: #F928CC;
}
.TagClassName
{
border-color: #F928CC;
}
</style>