Shades of Razzle Dazzle Rose #F939D0
Tints of Razzle Dazzle Rose #F939D0
RGB
CMYK
RGB Variations
Color information
#F939D0 (or 0xF939D0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 39 and D0. RGB value is (249,57,208). Sum of RGB (Red+Green+Blue) = 249+57+208=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F939D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F939D0 is #06C62F. Grayscale: #838383. Windows color (decimal): -443952 or 13646329. OLE color: 13646329.
HSL color Cylindrical-coordinate representation of color #F939D0: hue angle of 312.81º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F939D0 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 208 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.02 |
| HSL | 312.81º | 0.94% | 0.6% | - |
| HSV(B) | 312.81º | 0.77% | 0.98% | - |
| XYZ | 51.92 | 27.62 | 62.27 | - |
| YUV | 131.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 208 | 0 | 0.77 | 0.16 | 0.02 | 312.81 | 0.94 | 0.6 |
| Hex | F9 | 39 | D0 | 0 | 4D | 10 | 2 | 139 | 5E | 3C |
| Octal | 371 | 71 | 320 | 0 | 115 | 20 | 2 | 471 | 136 | 74 |
| Binary | 11111001 | 111001 | 11010000 | 0 | 1001101 | 10000 | 10 | 100111001 | 1011110 | 111100 |
Color Harmonies of #F939D0
Complementary color
Monochromatic Colors of #F939D0
Black with #F939D0
Text Example
Text Example
White with #F939D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F939D0; }
p { color: rgb(249,57,208); }
H1.HeaderClassName
{
color: #F939D0;
}
.AnyTagClassName
{
color: #F939D0;
}
</style>
background-color css
<style>
a { background-color: #F939D0; }
a { background-color: rgb(249,57,208); }
div.DivClassName
{
background-color: #F939D0;
}
.BgClassName
{
background-color: #F939D0;
}
</style>
border-color css
<style>
span { border-color: #F939D0; }
span { border-color: rgb(249,57,208); }
td.TdClassName
{
border-color: #F939D0;
}
.TagClassName
{
border-color: #F939D0;
}
</style>