Shades of Razzle Dazzle Rose #F139C9
Tints of Razzle Dazzle Rose #F139C9
RGB
CMYK
RGB Variations
Color information
#F139C9 (or 0xF139C9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and C9. RGB value is (241,57,201). Sum of RGB (Red+Green+Blue) = 241+57+201=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F139C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139C9 is #0EC636. Grayscale: #808080. Windows color (decimal): -968247 or 13187569. OLE color: 13187569.
HSL color Cylindrical-coordinate representation of color #F139C9: hue angle of 313.04º 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 #F139C9 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 201 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.05 |
| HSL | 313.04º | 0.87% | 0.58% | - |
| HSV(B) | 313.04º | 0.76% | 0.95% | - |
| XYZ | 48.28 | 25.84 | 57.7 | - |
| YUV | 128.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 201 | 0 | 0.76 | 0.17 | 0.05 | 313.04 | 0.87 | 0.58 |
| Hex | F1 | 39 | C9 | 0 | 4C | 11 | 5 | 139 | 57 | 3A |
| Octal | 361 | 71 | 311 | 0 | 114 | 21 | 5 | 471 | 127 | 72 |
| Binary | 11110001 | 111001 | 11001001 | 0 | 1001100 | 10001 | 101 | 100111001 | 1010111 | 111010 |
Color Harmonies of #F139C9
Complementary color
Monochromatic Colors of #F139C9
Black with #F139C9
Text Example
Text Example
White with #F139C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139C9; }
p { color: rgb(241,57,201); }
H1.HeaderClassName
{
color: #F139C9;
}
.AnyTagClassName
{
color: #F139C9;
}
</style>
background-color css
<style>
a { background-color: #F139C9; }
a { background-color: rgb(241,57,201); }
div.DivClassName
{
background-color: #F139C9;
}
.BgClassName
{
background-color: #F139C9;
}
</style>
border-color css
<style>
span { border-color: #F139C9; }
span { border-color: rgb(241,57,201); }
td.TdClassName
{
border-color: #F139C9;
}
.TagClassName
{
border-color: #F139C9;
}
</style>