Shades of Persian Rose #F31BA0
Tints of Persian Rose #F31BA0
RGB
CMYK
RGB Variations
Color information
#F31BA0 (or 0xF31BA0) is known color: Persian Rose. HEX triplet: F3, 1B and A0. RGB value is (243,27,160). Sum of RGB (Red+Green+Blue) = 243+27+160=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31BA0 is #0CE45F. Grayscale: #6A6A6A. Windows color (decimal): -844896 or 10492915. OLE color: 10492915.
HSL color Cylindrical-coordinate representation of color #F31BA0: hue angle of 323.06º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BA0 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 160 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.05 |
| HSL | 323.06º | 0.9% | 0.53% | - |
| HSV(B) | 323.06º | 0.89% | 0.95% | - |
| XYZ | 43.7 | 22.38 | 35.27 | - |
| YUV | 106.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 160 | 0 | 0.89 | 0.34 | 0.05 | 323.06 | 0.9 | 0.53 |
| Hex | F3 | 1B | A0 | 0 | 59 | 22 | 5 | 143 | 5A | 35 |
| Octal | 363 | 33 | 240 | 0 | 131 | 42 | 5 | 503 | 132 | 65 |
| Binary | 11110011 | 11011 | 10100000 | 0 | 1011001 | 100010 | 101 | 101000011 | 1011010 | 110101 |
Color Harmonies of #F31BA0
Complementary color
Monochromatic Colors of #F31BA0
Black with #F31BA0
Text Example
Text Example
White with #F31BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BA0; }
p { color: rgb(243,27,160); }
H1.HeaderClassName
{
color: #F31BA0;
}
.AnyTagClassName
{
color: #F31BA0;
}
</style>
background-color css
<style>
a { background-color: #F31BA0; }
a { background-color: rgb(243,27,160); }
div.DivClassName
{
background-color: #F31BA0;
}
.BgClassName
{
background-color: #F31BA0;
}
</style>
border-color css
<style>
span { border-color: #F31BA0; }
span { border-color: rgb(243,27,160); }
td.TdClassName
{
border-color: #F31BA0;
}
.TagClassName
{
border-color: #F31BA0;
}
</style>