Shades of Razzle Dazzle Rose #F92FDF
Tints of Razzle Dazzle Rose #F92FDF
RGB
CMYK
RGB Variations
Color information
#F92FDF (or 0xF92FDF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2F and DF. RGB value is (249,47,223). Sum of RGB (Red+Green+Blue) = 249+47+223=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 47 (18.75% from 255 or 9.06% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92FDF is #06D020. Grayscale: #7E7E7E. Windows color (decimal): -446497 or 14626809. OLE color: 14626809.
HSL color Cylindrical-coordinate representation of color #F92FDF: hue angle of 307.72º 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 #F92FDF is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 223 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.02 |
| HSL | 307.72º | 0.94% | 0.58% | - |
| HSV(B) | 307.72º | 0.81% | 0.98% | - |
| XYZ | 53.4 | 27.5 | 72.31 | - |
| YUV | 127.46 | 181.92 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 223 | 0 | 0.81 | 0.10 | 0.02 | 307.72 | 0.94 | 0.58 |
| Hex | F9 | 2F | DF | 0 | 51 | A | 2 | 134 | 5E | 3A |
| Octal | 371 | 57 | 337 | 0 | 121 | 12 | 2 | 464 | 136 | 72 |
| Binary | 11111001 | 101111 | 11011111 | 0 | 1010001 | 1010 | 10 | 100110100 | 1011110 | 111010 |
Color Harmonies of #F92FDF
Complementary color
Monochromatic Colors of #F92FDF
Black with #F92FDF
Text Example
Text Example
White with #F92FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FDF; }
p { color: rgb(249,47,223); }
H1.HeaderClassName
{
color: #F92FDF;
}
.AnyTagClassName
{
color: #F92FDF;
}
</style>
background-color css
<style>
a { background-color: #F92FDF; }
a { background-color: rgb(249,47,223); }
div.DivClassName
{
background-color: #F92FDF;
}
.BgClassName
{
background-color: #F92FDF;
}
</style>
border-color css
<style>
span { border-color: #F92FDF; }
span { border-color: rgb(249,47,223); }
td.TdClassName
{
border-color: #F92FDF;
}
.TagClassName
{
border-color: #F92FDF;
}
</style>