Shades of Razzle Dazzle Rose #F139D9
Tints of Razzle Dazzle Rose #F139D9
RGB
CMYK
RGB Variations
Color information
#F139D9 (or 0xF139D9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and D9. RGB value is (241,57,217). Sum of RGB (Red+Green+Blue) = 241+57+217=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 57 (22.66% from 255 or 11.07% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F139D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139D9 is #0EC626. Grayscale: #818181. Windows color (decimal): -968231 or 14236145. OLE color: 14236145.
HSL color Cylindrical-coordinate representation of color #F139D9: hue angle of 307.83º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F139D9 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 217 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.05 |
| HSL | 307.83º | 0.87% | 0.58% | - |
| HSV(B) | 307.83º | 0.76% | 0.95% | - |
| XYZ | 50.26 | 26.64 | 68.14 | - |
| YUV | 130.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 217 | 0 | 0.76 | 0.10 | 0.05 | 307.83 | 0.87 | 0.58 |
| Hex | F1 | 39 | D9 | 0 | 4C | A | 5 | 134 | 57 | 3A |
| Octal | 361 | 71 | 331 | 0 | 114 | 12 | 5 | 464 | 127 | 72 |
| Binary | 11110001 | 111001 | 11011001 | 0 | 1001100 | 1010 | 101 | 100110100 | 1010111 | 111010 |
Color Harmonies of #F139D9
Complementary color
Monochromatic Colors of #F139D9
Black with #F139D9
Text Example
Text Example
White with #F139D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139D9; }
p { color: rgb(241,57,217); }
H1.HeaderClassName
{
color: #F139D9;
}
.AnyTagClassName
{
color: #F139D9;
}
</style>
background-color css
<style>
a { background-color: #F139D9; }
a { background-color: rgb(241,57,217); }
div.DivClassName
{
background-color: #F139D9;
}
.BgClassName
{
background-color: #F139D9;
}
</style>
border-color css
<style>
span { border-color: #F139D9; }
span { border-color: rgb(241,57,217); }
td.TdClassName
{
border-color: #F139D9;
}
.TagClassName
{
border-color: #F139D9;
}
</style>