Shades of Persian Rose #F93AAF
Tints of Persian Rose #F93AAF
RGB
CMYK
RGB Variations
Color information
#F93AAF (or 0xF93AAF) is known color: Persian Rose. HEX triplet: F9, 3A and AF. RGB value is (249,58,175). Sum of RGB (Red+Green+Blue) = 249+58+175=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93AAF is #06C550. Grayscale: #808080. Windows color (decimal): -443729 or 11483897. OLE color: 11483897.
HSL color Cylindrical-coordinate representation of color #F93AAF: hue angle of 323.25º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AAF is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 175 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.02 |
| HSL | 323.25º | 0.94% | 0.6% | - |
| HSV(B) | 323.25º | 0.77% | 0.98% | - |
| XYZ | 48.32 | 26.26 | 43.08 | - |
| YUV | 128.45 | 154.28 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 175 | 0 | 0.77 | 0.30 | 0.02 | 323.25 | 0.94 | 0.6 |
| Hex | F9 | 3A | AF | 0 | 4D | 1E | 2 | 143 | 5E | 3C |
| Octal | 371 | 72 | 257 | 0 | 115 | 36 | 2 | 503 | 136 | 74 |
| Binary | 11111001 | 111010 | 10101111 | 0 | 1001101 | 11110 | 10 | 101000011 | 1011110 | 111100 |
Color Harmonies of #F93AAF
Complementary color
Monochromatic Colors of #F93AAF
Black with #F93AAF
Text Example
Text Example
White with #F93AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AAF; }
p { color: rgb(249,58,175); }
H1.HeaderClassName
{
color: #F93AAF;
}
.AnyTagClassName
{
color: #F93AAF;
}
</style>
background-color css
<style>
a { background-color: #F93AAF; }
a { background-color: rgb(249,58,175); }
div.DivClassName
{
background-color: #F93AAF;
}
.BgClassName
{
background-color: #F93AAF;
}
</style>
border-color css
<style>
span { border-color: #F93AAF; }
span { border-color: rgb(249,58,175); }
td.TdClassName
{
border-color: #F93AAF;
}
.TagClassName
{
border-color: #F93AAF;
}
</style>