Shades of Persian Rose #F937AF
Tints of Persian Rose #F937AF
RGB
CMYK
RGB Variations
Color information
#F937AF (or 0xF937AF) is known color: Persian Rose. HEX triplet: F9, 37 and AF. RGB value is (249,55,175). Sum of RGB (Red+Green+Blue) = 249+55+175=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F937AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F937AF is #06C850. Grayscale: #7E7E7E. Windows color (decimal): -444497 or 11483129. OLE color: 11483129.
HSL color Cylindrical-coordinate representation of color #F937AF: hue angle of 322.89º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F937AF is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 175 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.02 |
| HSL | 322.89º | 0.94% | 0.6% | - |
| HSV(B) | 322.89º | 0.78% | 0.98% | - |
| XYZ | 48.17 | 25.97 | 43.03 | - |
| YUV | 126.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 175 | 0 | 0.78 | 0.30 | 0.02 | 322.89 | 0.94 | 0.6 |
| Hex | F9 | 37 | AF | 0 | 4E | 1E | 2 | 143 | 5E | 3C |
| Octal | 371 | 67 | 257 | 0 | 116 | 36 | 2 | 503 | 136 | 74 |
| Binary | 11111001 | 110111 | 10101111 | 0 | 1001110 | 11110 | 10 | 101000011 | 1011110 | 111100 |
Color Harmonies of #F937AF
Complementary color
Monochromatic Colors of #F937AF
Black with #F937AF
Text Example
Text Example
White with #F937AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F937AF; }
p { color: rgb(249,55,175); }
H1.HeaderClassName
{
color: #F937AF;
}
.AnyTagClassName
{
color: #F937AF;
}
</style>
background-color css
<style>
a { background-color: #F937AF; }
a { background-color: rgb(249,55,175); }
div.DivClassName
{
background-color: #F937AF;
}
.BgClassName
{
background-color: #F937AF;
}
</style>
border-color css
<style>
span { border-color: #F937AF; }
span { border-color: rgb(249,55,175); }
td.TdClassName
{
border-color: #F937AF;
}
.TagClassName
{
border-color: #F937AF;
}
</style>