Shades of Persian Rose #F928AD
Tints of Persian Rose #F928AD
RGB
CMYK
RGB Variations
Color information
#F928AD (or 0xF928AD) is known color: Persian Rose. HEX triplet: F9, 28 and AD. RGB value is (249,40,173). Sum of RGB (Red+Green+Blue) = 249+40+173=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F928AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F928AD is #06D752. Grayscale: #757575. Windows color (decimal): -448339 or 11348217. OLE color: 11348217.
HSL color Cylindrical-coordinate representation of color #F928AD: hue angle of 321.82º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928AD is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 173 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.02 |
| HSL | 321.82º | 0.95% | 0.57% | - |
| HSV(B) | 321.82º | 0.84% | 0.98% | - |
| XYZ | 47.37 | 24.67 | 41.8 | - |
| YUV | 117.65 | 159.24 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 173 | 0 | 0.84 | 0.31 | 0.02 | 321.82 | 0.95 | 0.57 |
| Hex | F9 | 28 | AD | 0 | 54 | 1F | 2 | 142 | 5F | 39 |
| Octal | 371 | 50 | 255 | 0 | 124 | 37 | 2 | 502 | 137 | 71 |
| Binary | 11111001 | 101000 | 10101101 | 0 | 1010100 | 11111 | 10 | 101000010 | 1011111 | 111001 |
Color Harmonies of #F928AD
Complementary color
Monochromatic Colors of #F928AD
Black with #F928AD
Text Example
Text Example
White with #F928AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928AD; }
p { color: rgb(249,40,173); }
H1.HeaderClassName
{
color: #F928AD;
}
.AnyTagClassName
{
color: #F928AD;
}
</style>
background-color css
<style>
a { background-color: #F928AD; }
a { background-color: rgb(249,40,173); }
div.DivClassName
{
background-color: #F928AD;
}
.BgClassName
{
background-color: #F928AD;
}
</style>
border-color css
<style>
span { border-color: #F928AD; }
span { border-color: rgb(249,40,173); }
td.TdClassName
{
border-color: #F928AD;
}
.TagClassName
{
border-color: #F928AD;
}
</style>