Shades of Razzle Dazzle Rose #F92FDC
Tints of Razzle Dazzle Rose #F92FDC
RGB
CMYK
RGB Variations
Color information
#F92FDC (or 0xF92FDC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2F and DC. RGB value is (249,47,220). Sum of RGB (Red+Green+Blue) = 249+47+220=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 47 (18.75% from 255 or 9.11% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92FDC is #06D023. Grayscale: #7E7E7E. Windows color (decimal): -446500 or 14430201. OLE color: 14430201.
HSL color Cylindrical-coordinate representation of color #F92FDC: hue angle of 308.61º 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 #F92FDC is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 220 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.02 |
| HSL | 308.61º | 0.94% | 0.58% | - |
| HSV(B) | 308.61º | 0.81% | 0.98% | - |
| XYZ | 53 | 27.34 | 70.19 | - |
| YUV | 127.12 | 180.42 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 220 | 0 | 0.81 | 0.12 | 0.02 | 308.61 | 0.94 | 0.58 |
| Hex | F9 | 2F | DC | 0 | 51 | C | 2 | 135 | 5E | 3A |
| Octal | 371 | 57 | 334 | 0 | 121 | 14 | 2 | 465 | 136 | 72 |
| Binary | 11111001 | 101111 | 11011100 | 0 | 1010001 | 1100 | 10 | 100110101 | 1011110 | 111010 |
Color Harmonies of #F92FDC
Complementary color
Monochromatic Colors of #F92FDC
Black with #F92FDC
Text Example
Text Example
White with #F92FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FDC; }
p { color: rgb(249,47,220); }
H1.HeaderClassName
{
color: #F92FDC;
}
.AnyTagClassName
{
color: #F92FDC;
}
</style>
background-color css
<style>
a { background-color: #F92FDC; }
a { background-color: rgb(249,47,220); }
div.DivClassName
{
background-color: #F92FDC;
}
.BgClassName
{
background-color: #F92FDC;
}
</style>
border-color css
<style>
span { border-color: #F92FDC; }
span { border-color: rgb(249,47,220); }
td.TdClassName
{
border-color: #F92FDC;
}
.TagClassName
{
border-color: #F92FDC;
}
</style>