Shades of Razzle Dazzle Rose #F92FCD
Tints of Razzle Dazzle Rose #F92FCD
RGB
CMYK
RGB Variations
Color information
#F92FCD (or 0xF92FCD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2F and CD. RGB value is (249,47,205). Sum of RGB (Red+Green+Blue) = 249+47+205=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92FCD is #06D032. Grayscale: #7C7C7C. Windows color (decimal): -446515 or 13447161. OLE color: 13447161.
HSL color Cylindrical-coordinate representation of color #F92FCD: hue angle of 313.07º 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 #F92FCD is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 205 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.02 |
| HSL | 313.07º | 0.94% | 0.58% | - |
| HSV(B) | 313.07º | 0.81% | 0.98% | - |
| XYZ | 51.1 | 26.58 | 60.19 | - |
| YUV | 125.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 205 | 0 | 0.81 | 0.18 | 0.02 | 313.07 | 0.94 | 0.58 |
| Hex | F9 | 2F | CD | 0 | 51 | 12 | 2 | 139 | 5E | 3A |
| Octal | 371 | 57 | 315 | 0 | 121 | 22 | 2 | 471 | 136 | 72 |
| Binary | 11111001 | 101111 | 11001101 | 0 | 1010001 | 10010 | 10 | 100111001 | 1011110 | 111010 |
Color Harmonies of #F92FCD
Complementary color
Monochromatic Colors of #F92FCD
Black with #F92FCD
Text Example
Text Example
White with #F92FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FCD; }
p { color: rgb(249,47,205); }
H1.HeaderClassName
{
color: #F92FCD;
}
.AnyTagClassName
{
color: #F92FCD;
}
</style>
background-color css
<style>
a { background-color: #F92FCD; }
a { background-color: rgb(249,47,205); }
div.DivClassName
{
background-color: #F92FCD;
}
.BgClassName
{
background-color: #F92FCD;
}
</style>
border-color css
<style>
span { border-color: #F92FCD; }
span { border-color: rgb(249,47,205); }
td.TdClassName
{
border-color: #F92FCD;
}
.TagClassName
{
border-color: #F92FCD;
}
</style>