Shades of Persian Rose #F31F99
Tints of Persian Rose #F31F99
RGB
CMYK
RGB Variations
Color information
#F31F99 (or 0xF31F99) is known color: Persian Rose. HEX triplet: F3, 1F and 99. RGB value is (243,31,153). Sum of RGB (Red+Green+Blue) = 243+31+153=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31F99 is #0CE066. Grayscale: #6C6C6C. Windows color (decimal): -843879 or 10035187. OLE color: 10035187.
HSL color Cylindrical-coordinate representation of color #F31F99: hue angle of 325.47º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F99 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 153 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.05 |
| HSL | 325.47º | 0.9% | 0.54% | - |
| HSV(B) | 325.47º | 0.87% | 0.95% | - |
| XYZ | 43.2 | 22.33 | 32.17 | - |
| YUV | 108.3 | 153.24 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 153 | 0 | 0.87 | 0.37 | 0.05 | 325.47 | 0.9 | 0.54 |
| Hex | F3 | 1F | 99 | 0 | 57 | 25 | 5 | 145 | 5A | 36 |
| Octal | 363 | 37 | 231 | 0 | 127 | 45 | 5 | 505 | 132 | 66 |
| Binary | 11110011 | 11111 | 10011001 | 0 | 1010111 | 100101 | 101 | 101000101 | 1011010 | 110110 |
Color Harmonies of #F31F99
Complementary color
Monochromatic Colors of #F31F99
Black with #F31F99
Text Example
Text Example
White with #F31F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F99; }
p { color: rgb(243,31,153); }
H1.HeaderClassName
{
color: #F31F99;
}
.AnyTagClassName
{
color: #F31F99;
}
</style>
background-color css
<style>
a { background-color: #F31F99; }
a { background-color: rgb(243,31,153); }
div.DivClassName
{
background-color: #F31F99;
}
.BgClassName
{
background-color: #F31F99;
}
</style>
border-color css
<style>
span { border-color: #F31F99; }
span { border-color: rgb(243,31,153); }
td.TdClassName
{
border-color: #F31F99;
}
.TagClassName
{
border-color: #F31F99;
}
</style>