Shades of Razzle Dazzle Rose #F139E2
Tints of Razzle Dazzle Rose #F139E2
RGB
CMYK
RGB Variations
Color information
#F139E2 (or 0xF139E2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and E2. RGB value is (241,57,226). Sum of RGB (Red+Green+Blue) = 241+57+226=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 57 (22.66% from 255 or 10.88% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F139E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139E2 is #0EC61D. Grayscale: #828282. Windows color (decimal): -968222 or 14825969. OLE color: 14825969.
HSL color Cylindrical-coordinate representation of color #F139E2: hue angle of 304.89º 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 #F139E2 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 226 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.05 |
| HSL | 304.89º | 0.87% | 0.58% | - |
| HSV(B) | 304.89º | 0.76% | 0.95% | - |
| XYZ | 51.47 | 27.12 | 74.47 | - |
| YUV | 131.28 | 181.46 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 226 | 0 | 0.76 | 0.06 | 0.05 | 304.89 | 0.87 | 0.58 |
| Hex | F1 | 39 | E2 | 0 | 4C | 6 | 5 | 131 | 57 | 3A |
| Octal | 361 | 71 | 342 | 0 | 114 | 6 | 5 | 461 | 127 | 72 |
| Binary | 11110001 | 111001 | 11100010 | 0 | 1001100 | 110 | 101 | 100110001 | 1010111 | 111010 |
Color Harmonies of #F139E2
Complementary color
Monochromatic Colors of #F139E2
Black with #F139E2
Text Example
Text Example
White with #F139E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139E2; }
p { color: rgb(241,57,226); }
H1.HeaderClassName
{
color: #F139E2;
}
.AnyTagClassName
{
color: #F139E2;
}
</style>
background-color css
<style>
a { background-color: #F139E2; }
a { background-color: rgb(241,57,226); }
div.DivClassName
{
background-color: #F139E2;
}
.BgClassName
{
background-color: #F139E2;
}
</style>
border-color css
<style>
span { border-color: #F139E2; }
span { border-color: rgb(241,57,226); }
td.TdClassName
{
border-color: #F139E2;
}
.TagClassName
{
border-color: #F139E2;
}
</style>