Shades of Razzle Dazzle Rose #F136D9
Tints of Razzle Dazzle Rose #F136D9
RGB
CMYK
RGB Variations
Color information
#F136D9 (or 0xF136D9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and D9. RGB value is (241,54,217). Sum of RGB (Red+Green+Blue) = 241+54+217=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F136D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136D9 is #0EC926. Grayscale: #808080. Windows color (decimal): -968999 or 14235377. OLE color: 14235377.
HSL color Cylindrical-coordinate representation of color #F136D9: hue angle of 307.7º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F136D9 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 217 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.05 |
| HSL | 307.7º | 0.87% | 0.58% | - |
| HSV(B) | 307.7º | 0.78% | 0.95% | - |
| XYZ | 50.12 | 26.35 | 68.09 | - |
| YUV | 128.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 217 | 0 | 0.78 | 0.10 | 0.05 | 307.7 | 0.87 | 0.58 |
| Hex | F1 | 36 | D9 | 0 | 4E | A | 5 | 134 | 57 | 3A |
| Octal | 361 | 66 | 331 | 0 | 116 | 12 | 5 | 464 | 127 | 72 |
| Binary | 11110001 | 110110 | 11011001 | 0 | 1001110 | 1010 | 101 | 100110100 | 1010111 | 111010 |
Color Harmonies of #F136D9
Complementary color
Monochromatic Colors of #F136D9
Black with #F136D9
Text Example
Text Example
White with #F136D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136D9; }
p { color: rgb(241,54,217); }
H1.HeaderClassName
{
color: #F136D9;
}
.AnyTagClassName
{
color: #F136D9;
}
</style>
background-color css
<style>
a { background-color: #F136D9; }
a { background-color: rgb(241,54,217); }
div.DivClassName
{
background-color: #F136D9;
}
.BgClassName
{
background-color: #F136D9;
}
</style>
border-color css
<style>
span { border-color: #F136D9; }
span { border-color: rgb(241,54,217); }
td.TdClassName
{
border-color: #F136D9;
}
.TagClassName
{
border-color: #F136D9;
}
</style>