Shades of Razzle Dazzle Rose #F139D5
Tints of Razzle Dazzle Rose #F139D5
RGB
CMYK
RGB Variations
Color information
#F139D5 (or 0xF139D5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and D5. RGB value is (241,57,213). Sum of RGB (Red+Green+Blue) = 241+57+213=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 57 (22.66% from 255 or 11.15% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F139D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139D5 is #0EC62A. Grayscale: #818181. Windows color (decimal): -968235 or 13974001. OLE color: 13974001.
HSL color Cylindrical-coordinate representation of color #F139D5: hue angle of 309.13º 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 #F139D5 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 213 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.05 |
| HSL | 309.13º | 0.87% | 0.58% | - |
| HSV(B) | 309.13º | 0.76% | 0.95% | - |
| XYZ | 49.75 | 26.43 | 65.43 | - |
| YUV | 129.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 213 | 0 | 0.76 | 0.12 | 0.05 | 309.13 | 0.87 | 0.58 |
| Hex | F1 | 39 | D5 | 0 | 4C | C | 5 | 135 | 57 | 3A |
| Octal | 361 | 71 | 325 | 0 | 114 | 14 | 5 | 465 | 127 | 72 |
| Binary | 11110001 | 111001 | 11010101 | 0 | 1001100 | 1100 | 101 | 100110101 | 1010111 | 111010 |
Color Harmonies of #F139D5
Complementary color
Monochromatic Colors of #F139D5
Black with #F139D5
Text Example
Text Example
White with #F139D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139D5; }
p { color: rgb(241,57,213); }
H1.HeaderClassName
{
color: #F139D5;
}
.AnyTagClassName
{
color: #F139D5;
}
</style>
background-color css
<style>
a { background-color: #F139D5; }
a { background-color: rgb(241,57,213); }
div.DivClassName
{
background-color: #F139D5;
}
.BgClassName
{
background-color: #F139D5;
}
</style>
border-color css
<style>
span { border-color: #F139D5; }
span { border-color: rgb(241,57,213); }
td.TdClassName
{
border-color: #F139D5;
}
.TagClassName
{
border-color: #F139D5;
}
</style>