Shades of Persian Rose #F136B3
Tints of Persian Rose #F136B3
RGB
CMYK
RGB Variations
Color information
#F136B3 (or 0xF136B3) is known color: Persian Rose. HEX triplet: F1, 36 and B3. RGB value is (241,54,179). Sum of RGB (Red+Green+Blue) = 241+54+179=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F136B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136B3 is #0EC94C. Grayscale: #7B7B7B. Windows color (decimal): -969037 or 11745009. OLE color: 11745009.
HSL color Cylindrical-coordinate representation of color #F136B3: hue angle of 319.89º 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 #F136B3 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 179 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.05 |
| HSL | 319.89º | 0.87% | 0.58% | - |
| HSV(B) | 319.89º | 0.78% | 0.95% | - |
| XYZ | 45.73 | 24.59 | 44.98 | - |
| YUV | 124.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 179 | 0 | 0.78 | 0.26 | 0.05 | 319.89 | 0.87 | 0.58 |
| Hex | F1 | 36 | B3 | 0 | 4E | 1A | 5 | 140 | 57 | 3A |
| Octal | 361 | 66 | 263 | 0 | 116 | 32 | 5 | 500 | 127 | 72 |
| Binary | 11110001 | 110110 | 10110011 | 0 | 1001110 | 11010 | 101 | 101000000 | 1010111 | 111010 |
Color Harmonies of #F136B3
Complementary color
Monochromatic Colors of #F136B3
Black with #F136B3
Text Example
Text Example
White with #F136B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136B3; }
p { color: rgb(241,54,179); }
H1.HeaderClassName
{
color: #F136B3;
}
.AnyTagClassName
{
color: #F136B3;
}
</style>
background-color css
<style>
a { background-color: #F136B3; }
a { background-color: rgb(241,54,179); }
div.DivClassName
{
background-color: #F136B3;
}
.BgClassName
{
background-color: #F136B3;
}
</style>
border-color css
<style>
span { border-color: #F136B3; }
span { border-color: rgb(241,54,179); }
td.TdClassName
{
border-color: #F136B3;
}
.TagClassName
{
border-color: #F136B3;
}
</style>