Shades of Persian Rose #F81D9D
Tints of Persian Rose #F81D9D
RGB
CMYK
RGB Variations
Color information
#F81D9D (or 0xF81D9D) is known color: Persian Rose. HEX triplet: F8, 1D and 9D. RGB value is (248,29,157). Sum of RGB (Red+Green+Blue) = 248+29+157=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81D9D is #07E262. Grayscale: #6C6C6C. Windows color (decimal): -516707 or 10296824. OLE color: 10296824.
HSL color Cylindrical-coordinate representation of color #F81D9D: hue angle of 324.93º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81D9D is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 157 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.03 |
| HSL | 324.93º | 0.94% | 0.54% | - |
| HSV(B) | 324.93º | 0.88% | 0.97% | - |
| XYZ | 45.24 | 23.27 | 34.01 | - |
| YUV | 109.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 157 | 0 | 0.88 | 0.37 | 0.03 | 324.93 | 0.94 | 0.54 |
| Hex | F8 | 1D | 9D | 0 | 58 | 25 | 3 | 145 | 5E | 36 |
| Octal | 370 | 35 | 235 | 0 | 130 | 45 | 3 | 505 | 136 | 66 |
| Binary | 11111000 | 11101 | 10011101 | 0 | 1011000 | 100101 | 11 | 101000101 | 1011110 | 110110 |
Color Harmonies of #F81D9D
Complementary color
Monochromatic Colors of #F81D9D
Black with #F81D9D
Text Example
Text Example
White with #F81D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D9D; }
p { color: rgb(248,29,157); }
H1.HeaderClassName
{
color: #F81D9D;
}
.AnyTagClassName
{
color: #F81D9D;
}
</style>
background-color css
<style>
a { background-color: #F81D9D; }
a { background-color: rgb(248,29,157); }
div.DivClassName
{
background-color: #F81D9D;
}
.BgClassName
{
background-color: #F81D9D;
}
</style>
border-color css
<style>
span { border-color: #F81D9D; }
span { border-color: rgb(248,29,157); }
td.TdClassName
{
border-color: #F81D9D;
}
.TagClassName
{
border-color: #F81D9D;
}
</style>