Shades of Razzle Dazzle Rose #F92DD2
Tints of Razzle Dazzle Rose #F92DD2
RGB
CMYK
RGB Variations
Color information
#F92DD2 (or 0xF92DD2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2D and D2. RGB value is (249,45,210). Sum of RGB (Red+Green+Blue) = 249+45+210=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92DD2 is #06D22D. Grayscale: #7C7C7C. Windows color (decimal): -447022 or 13774329. OLE color: 13774329.
HSL color Cylindrical-coordinate representation of color #F92DD2: hue angle of 311.47º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92DD2 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 210 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.02 |
| HSL | 311.47º | 0.94% | 0.58% | - |
| HSV(B) | 311.47º | 0.82% | 0.98% | - |
| XYZ | 51.64 | 26.67 | 63.4 | - |
| YUV | 124.81 | 176.09 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 210 | 0 | 0.82 | 0.16 | 0.02 | 311.47 | 0.94 | 0.58 |
| Hex | F9 | 2D | D2 | 0 | 52 | 10 | 2 | 137 | 5E | 3A |
| Octal | 371 | 55 | 322 | 0 | 122 | 20 | 2 | 467 | 136 | 72 |
| Binary | 11111001 | 101101 | 11010010 | 0 | 1010010 | 10000 | 10 | 100110111 | 1011110 | 111010 |
Color Harmonies of #F92DD2
Complementary color
Monochromatic Colors of #F92DD2
Black with #F92DD2
Text Example
Text Example
White with #F92DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DD2; }
p { color: rgb(249,45,210); }
H1.HeaderClassName
{
color: #F92DD2;
}
.AnyTagClassName
{
color: #F92DD2;
}
</style>
background-color css
<style>
a { background-color: #F92DD2; }
a { background-color: rgb(249,45,210); }
div.DivClassName
{
background-color: #F92DD2;
}
.BgClassName
{
background-color: #F92DD2;
}
</style>
border-color css
<style>
span { border-color: #F92DD2; }
span { border-color: rgb(249,45,210); }
td.TdClassName
{
border-color: #F92DD2;
}
.TagClassName
{
border-color: #F92DD2;
}
</style>