Shades of Persian Rose #F136B4
Tints of Persian Rose #F136B4
RGB
CMYK
RGB Variations
Color information
#F136B4 (or 0xF136B4) is known color: Persian Rose. HEX triplet: F1, 36 and B4. RGB value is (241,54,180). Sum of RGB (Red+Green+Blue) = 241+54+180=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F136B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136B4 is #0EC94B. Grayscale: #7B7B7B. Windows color (decimal): -969036 or 11810545. OLE color: 11810545.
HSL color Cylindrical-coordinate representation of color #F136B4: hue angle of 319.57º 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 #F136B4 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 180 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.05 |
| HSL | 319.57º | 0.87% | 0.58% | - |
| HSV(B) | 319.57º | 0.78% | 0.95% | - |
| XYZ | 45.83 | 24.63 | 45.52 | - |
| YUV | 124.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 180 | 0 | 0.78 | 0.25 | 0.05 | 319.57 | 0.87 | 0.58 |
| Hex | F1 | 36 | B4 | 0 | 4E | 19 | 5 | 140 | 57 | 3A |
| Octal | 361 | 66 | 264 | 0 | 116 | 31 | 5 | 500 | 127 | 72 |
| Binary | 11110001 | 110110 | 10110100 | 0 | 1001110 | 11001 | 101 | 101000000 | 1010111 | 111010 |
Color Harmonies of #F136B4
Complementary color
Monochromatic Colors of #F136B4
Black with #F136B4
Text Example
Text Example
White with #F136B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136B4; }
p { color: rgb(241,54,180); }
H1.HeaderClassName
{
color: #F136B4;
}
.AnyTagClassName
{
color: #F136B4;
}
</style>
background-color css
<style>
a { background-color: #F136B4; }
a { background-color: rgb(241,54,180); }
div.DivClassName
{
background-color: #F136B4;
}
.BgClassName
{
background-color: #F136B4;
}
</style>
border-color css
<style>
span { border-color: #F136B4; }
span { border-color: rgb(241,54,180); }
td.TdClassName
{
border-color: #F136B4;
}
.TagClassName
{
border-color: #F136B4;
}
</style>