Shades of Razzle Dazzle Rose #F139D6
Tints of Razzle Dazzle Rose #F139D6
RGB
CMYK
RGB Variations
Color information
#F139D6 (or 0xF139D6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and D6. RGB value is (241,57,214). Sum of RGB (Red+Green+Blue) = 241+57+214=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 57 (22.66% from 255 or 11.13% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F139D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139D6 is #0EC629. Grayscale: #818181. Windows color (decimal): -968234 or 14039537. OLE color: 14039537.
HSL color Cylindrical-coordinate representation of color #F139D6: hue angle of 308.8º 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 #F139D6 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 214 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.05 |
| HSL | 308.8º | 0.87% | 0.58% | - |
| HSV(B) | 308.8º | 0.76% | 0.95% | - |
| XYZ | 49.88 | 26.48 | 66.1 | - |
| YUV | 129.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 214 | 0 | 0.76 | 0.11 | 0.05 | 308.8 | 0.87 | 0.58 |
| Hex | F1 | 39 | D6 | 0 | 4C | B | 5 | 135 | 57 | 3A |
| Octal | 361 | 71 | 326 | 0 | 114 | 13 | 5 | 465 | 127 | 72 |
| Binary | 11110001 | 111001 | 11010110 | 0 | 1001100 | 1011 | 101 | 100110101 | 1010111 | 111010 |
Color Harmonies of #F139D6
Complementary color
Monochromatic Colors of #F139D6
Black with #F139D6
Text Example
Text Example
White with #F139D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139D6; }
p { color: rgb(241,57,214); }
H1.HeaderClassName
{
color: #F139D6;
}
.AnyTagClassName
{
color: #F139D6;
}
</style>
background-color css
<style>
a { background-color: #F139D6; }
a { background-color: rgb(241,57,214); }
div.DivClassName
{
background-color: #F139D6;
}
.BgClassName
{
background-color: #F139D6;
}
</style>
border-color css
<style>
span { border-color: #F139D6; }
span { border-color: rgb(241,57,214); }
td.TdClassName
{
border-color: #F139D6;
}
.TagClassName
{
border-color: #F139D6;
}
</style>