Shades of Razzle Dazzle Rose #F936D8
Tints of Razzle Dazzle Rose #F936D8
RGB
CMYK
RGB Variations
Color information
#F936D8 (or 0xF936D8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and D8. RGB value is (249,54,216). Sum of RGB (Red+Green+Blue) = 249+54+216=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F936D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F936D8 is #06C927. Grayscale: #828282. Windows color (decimal): -444712 or 14169849. OLE color: 14169849.
HSL color Cylindrical-coordinate representation of color #F936D8: hue angle of 310.15º 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 #F936D8 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 216 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.02 |
| HSL | 310.15º | 0.94% | 0.59% | - |
| HSV(B) | 310.15º | 0.78% | 0.98% | - |
| XYZ | 52.78 | 27.74 | 67.54 | - |
| YUV | 130.77 | 176.1 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 216 | 0 | 0.78 | 0.13 | 0.02 | 310.15 | 0.94 | 0.59 |
| Hex | F9 | 36 | D8 | 0 | 4E | D | 2 | 136 | 5E | 3B |
| Octal | 371 | 66 | 330 | 0 | 116 | 15 | 2 | 466 | 136 | 73 |
| Binary | 11111001 | 110110 | 11011000 | 0 | 1001110 | 1101 | 10 | 100110110 | 1011110 | 111011 |
Color Harmonies of #F936D8
Complementary color
Monochromatic Colors of #F936D8
Black with #F936D8
Text Example
Text Example
White with #F936D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936D8; }
p { color: rgb(249,54,216); }
H1.HeaderClassName
{
color: #F936D8;
}
.AnyTagClassName
{
color: #F936D8;
}
</style>
background-color css
<style>
a { background-color: #F936D8; }
a { background-color: rgb(249,54,216); }
div.DivClassName
{
background-color: #F936D8;
}
.BgClassName
{
background-color: #F936D8;
}
</style>
border-color css
<style>
span { border-color: #F936D8; }
span { border-color: rgb(249,54,216); }
td.TdClassName
{
border-color: #F936D8;
}
.TagClassName
{
border-color: #F936D8;
}
</style>