Shades of Razzle Dazzle Rose #F920D1
Tints of Razzle Dazzle Rose #F920D1
RGB
CMYK
RGB Variations
Color information
#F920D1 (or 0xF920D1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 20 and D1. RGB value is (249,32,209). Sum of RGB (Red+Green+Blue) = 249+32+209=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F920D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F920D1 is #06DF2E. Grayscale: #747474. Windows color (decimal): -450351 or 13705465. OLE color: 13705465.
HSL color Cylindrical-coordinate representation of color #F920D1: hue angle of 311.06º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920D1 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 209 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.02 |
| HSL | 311.06º | 0.95% | 0.55% | - |
| HSV(B) | 311.06º | 0.87% | 0.98% | - |
| XYZ | 51.09 | 25.78 | 62.6 | - |
| YUV | 117.06 | 179.89 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 209 | 0 | 0.87 | 0.16 | 0.02 | 311.06 | 0.95 | 0.55 |
| Hex | F9 | 20 | D1 | 0 | 57 | 10 | 2 | 137 | 5F | 37 |
| Octal | 371 | 40 | 321 | 0 | 127 | 20 | 2 | 467 | 137 | 67 |
| Binary | 11111001 | 100000 | 11010001 | 0 | 1010111 | 10000 | 10 | 100110111 | 1011111 | 110111 |
Color Harmonies of #F920D1
Complementary color
Monochromatic Colors of #F920D1
Black with #F920D1
Text Example
Text Example
White with #F920D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920D1; }
p { color: rgb(249,32,209); }
H1.HeaderClassName
{
color: #F920D1;
}
.AnyTagClassName
{
color: #F920D1;
}
</style>
background-color css
<style>
a { background-color: #F920D1; }
a { background-color: rgb(249,32,209); }
div.DivClassName
{
background-color: #F920D1;
}
.BgClassName
{
background-color: #F920D1;
}
</style>
border-color css
<style>
span { border-color: #F920D1; }
span { border-color: rgb(249,32,209); }
td.TdClassName
{
border-color: #F920D1;
}
.TagClassName
{
border-color: #F920D1;
}
</style>