Shades of Persian Rose #F31C9F
Tints of Persian Rose #F31C9F
RGB
CMYK
RGB Variations
Color information
#F31C9F (or 0xF31C9F) is known color: Persian Rose. HEX triplet: F3, 1C and 9F. RGB value is (243,28,159). Sum of RGB (Red+Green+Blue) = 243+28+159=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C9F is #0CE360. Grayscale: #6A6A6A. Windows color (decimal): -844641 or 10427635. OLE color: 10427635.
HSL color Cylindrical-coordinate representation of color #F31C9F: hue angle of 323.44º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C9F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 159 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.05 |
| HSL | 323.44º | 0.9% | 0.53% | - |
| HSV(B) | 323.44º | 0.88% | 0.95% | - |
| XYZ | 43.64 | 22.39 | 34.82 | - |
| YUV | 107.22 | 157.23 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 159 | 0 | 0.88 | 0.35 | 0.05 | 323.44 | 0.9 | 0.53 |
| Hex | F3 | 1C | 9F | 0 | 58 | 23 | 5 | 143 | 5A | 35 |
| Octal | 363 | 34 | 237 | 0 | 130 | 43 | 5 | 503 | 132 | 65 |
| Binary | 11110011 | 11100 | 10011111 | 0 | 1011000 | 100011 | 101 | 101000011 | 1011010 | 110101 |
Color Harmonies of #F31C9F
Complementary color
Monochromatic Colors of #F31C9F
Black with #F31C9F
Text Example
Text Example
White with #F31C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C9F; }
p { color: rgb(243,28,159); }
H1.HeaderClassName
{
color: #F31C9F;
}
.AnyTagClassName
{
color: #F31C9F;
}
</style>
background-color css
<style>
a { background-color: #F31C9F; }
a { background-color: rgb(243,28,159); }
div.DivClassName
{
background-color: #F31C9F;
}
.BgClassName
{
background-color: #F31C9F;
}
</style>
border-color css
<style>
span { border-color: #F31C9F; }
span { border-color: rgb(243,28,159); }
td.TdClassName
{
border-color: #F31C9F;
}
.TagClassName
{
border-color: #F31C9F;
}
</style>