Shades of Persian Rose #F136B0
Tints of Persian Rose #F136B0
RGB
CMYK
RGB Variations
Color information
#F136B0 (or 0xF136B0) is known color: Persian Rose. HEX triplet: F1, 36 and B0. RGB value is (241,54,176). Sum of RGB (Red+Green+Blue) = 241+54+176=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F136B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F136B0 is #0EC94F. Grayscale: #7B7B7B. Windows color (decimal): -969040 or 11548401. OLE color: 11548401.
HSL color Cylindrical-coordinate representation of color #F136B0: hue angle of 320.86º 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 #F136B0 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 176 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.05 |
| HSL | 320.86º | 0.87% | 0.58% | - |
| HSV(B) | 320.86º | 0.78% | 0.95% | - |
| XYZ | 45.43 | 24.47 | 43.4 | - |
| YUV | 123.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 176 | 0 | 0.78 | 0.27 | 0.05 | 320.86 | 0.87 | 0.58 |
| Hex | F1 | 36 | B0 | 0 | 4E | 1B | 5 | 141 | 57 | 3A |
| Octal | 361 | 66 | 260 | 0 | 116 | 33 | 5 | 501 | 127 | 72 |
| Binary | 11110001 | 110110 | 10110000 | 0 | 1001110 | 11011 | 101 | 101000001 | 1010111 | 111010 |
Color Harmonies of #F136B0
Complementary color
Monochromatic Colors of #F136B0
Black with #F136B0
Text Example
Text Example
White with #F136B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136B0; }
p { color: rgb(241,54,176); }
H1.HeaderClassName
{
color: #F136B0;
}
.AnyTagClassName
{
color: #F136B0;
}
</style>
background-color css
<style>
a { background-color: #F136B0; }
a { background-color: rgb(241,54,176); }
div.DivClassName
{
background-color: #F136B0;
}
.BgClassName
{
background-color: #F136B0;
}
</style>
border-color css
<style>
span { border-color: #F136B0; }
span { border-color: rgb(241,54,176); }
td.TdClassName
{
border-color: #F136B0;
}
.TagClassName
{
border-color: #F136B0;
}
</style>