Shades of Persian Rose #F81F99
Tints of Persian Rose #F81F99
RGB
CMYK
RGB Variations
Color information
#F81F99 (or 0xF81F99) is known color: Persian Rose. HEX triplet: F8, 1F and 99. RGB value is (248,31,153). Sum of RGB (Red+Green+Blue) = 248+31+153=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F99 is #07E066. Grayscale: #6D6D6D. Windows color (decimal): -516199 or 10035192. OLE color: 10035192.
HSL color Cylindrical-coordinate representation of color #F81F99: hue angle of 326.27º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81F99 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 153 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.03 |
| HSL | 326.27º | 0.94% | 0.55% | - |
| HSV(B) | 326.27º | 0.88% | 0.97% | - |
| XYZ | 44.95 | 23.24 | 32.25 | - |
| YUV | 109.79 | 152.39 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 153 | 0 | 0.88 | 0.38 | 0.03 | 326.27 | 0.94 | 0.55 |
| Hex | F8 | 1F | 99 | 0 | 58 | 26 | 3 | 146 | 5E | 37 |
| Octal | 370 | 37 | 231 | 0 | 130 | 46 | 3 | 506 | 136 | 67 |
| Binary | 11111000 | 11111 | 10011001 | 0 | 1011000 | 100110 | 11 | 101000110 | 1011110 | 110111 |
Color Harmonies of #F81F99
Complementary color
Monochromatic Colors of #F81F99
Black with #F81F99
Text Example
Text Example
White with #F81F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F99; }
p { color: rgb(248,31,153); }
H1.HeaderClassName
{
color: #F81F99;
}
.AnyTagClassName
{
color: #F81F99;
}
</style>
background-color css
<style>
a { background-color: #F81F99; }
a { background-color: rgb(248,31,153); }
div.DivClassName
{
background-color: #F81F99;
}
.BgClassName
{
background-color: #F81F99;
}
</style>
border-color css
<style>
span { border-color: #F81F99; }
span { border-color: rgb(248,31,153); }
td.TdClassName
{
border-color: #F81F99;
}
.TagClassName
{
border-color: #F81F99;
}
</style>