Shades of Razzle Dazzle Rose #F930CE
Tints of Razzle Dazzle Rose #F930CE
RGB
CMYK
RGB Variations
Color information
#F930CE (or 0xF930CE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 30 and CE. RGB value is (249,48,206). Sum of RGB (Red+Green+Blue) = 249+48+206=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F930CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F930CE is #06CF31. Grayscale: #7D7D7D. Windows color (decimal): -446258 or 13512953. OLE color: 13512953.
HSL color Cylindrical-coordinate representation of color #F930CE: hue angle of 312.84º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F930CE is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 206 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.02 |
| HSL | 312.84º | 0.94% | 0.58% | - |
| HSV(B) | 312.84º | 0.81% | 0.98% | - |
| XYZ | 51.26 | 26.71 | 60.85 | - |
| YUV | 126.11 | 173.09 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 206 | 0 | 0.81 | 0.17 | 0.02 | 312.84 | 0.94 | 0.58 |
| Hex | F9 | 30 | CE | 0 | 51 | 11 | 2 | 139 | 5E | 3A |
| Octal | 371 | 60 | 316 | 0 | 121 | 21 | 2 | 471 | 136 | 72 |
| Binary | 11111001 | 110000 | 11001110 | 0 | 1010001 | 10001 | 10 | 100111001 | 1011110 | 111010 |
Color Harmonies of #F930CE
Complementary color
Monochromatic Colors of #F930CE
Black with #F930CE
Text Example
Text Example
White with #F930CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F930CE; }
p { color: rgb(249,48,206); }
H1.HeaderClassName
{
color: #F930CE;
}
.AnyTagClassName
{
color: #F930CE;
}
</style>
background-color css
<style>
a { background-color: #F930CE; }
a { background-color: rgb(249,48,206); }
div.DivClassName
{
background-color: #F930CE;
}
.BgClassName
{
background-color: #F930CE;
}
</style>
border-color css
<style>
span { border-color: #F930CE; }
span { border-color: rgb(249,48,206); }
td.TdClassName
{
border-color: #F930CE;
}
.TagClassName
{
border-color: #F930CE;
}
</style>