Shades of Razzle Dazzle Rose #F936D1
Tints of Razzle Dazzle Rose #F936D1
RGB
CMYK
RGB Variations
Color information
#F936D1 (or 0xF936D1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and D1. RGB value is (249,54,209). Sum of RGB (Red+Green+Blue) = 249+54+209=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F936D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F936D1 is #06C92E. Grayscale: #818181. Windows color (decimal): -444719 or 13711097. OLE color: 13711097.
HSL color Cylindrical-coordinate representation of color #F936D1: hue angle of 312.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F936D1 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 209 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.02 |
| HSL | 312.31º | 0.94% | 0.59% | - |
| HSV(B) | 312.31º | 0.78% | 0.98% | - |
| XYZ | 51.89 | 27.38 | 62.87 | - |
| YUV | 129.98 | 172.6 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 209 | 0 | 0.78 | 0.16 | 0.02 | 312.31 | 0.94 | 0.59 |
| Hex | F9 | 36 | D1 | 0 | 4E | 10 | 2 | 138 | 5E | 3B |
| Octal | 371 | 66 | 321 | 0 | 116 | 20 | 2 | 470 | 136 | 73 |
| Binary | 11111001 | 110110 | 11010001 | 0 | 1001110 | 10000 | 10 | 100111000 | 1011110 | 111011 |
Color Harmonies of #F936D1
Complementary color
Monochromatic Colors of #F936D1
Black with #F936D1
Text Example
Text Example
White with #F936D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936D1; }
p { color: rgb(249,54,209); }
H1.HeaderClassName
{
color: #F936D1;
}
.AnyTagClassName
{
color: #F936D1;
}
</style>
background-color css
<style>
a { background-color: #F936D1; }
a { background-color: rgb(249,54,209); }
div.DivClassName
{
background-color: #F936D1;
}
.BgClassName
{
background-color: #F936D1;
}
</style>
border-color css
<style>
span { border-color: #F936D1; }
span { border-color: rgb(249,54,209); }
td.TdClassName
{
border-color: #F936D1;
}
.TagClassName
{
border-color: #F936D1;
}
</style>