Shades of Persian Rose #F937AA
Tints of Persian Rose #F937AA
RGB
CMYK
RGB Variations
Color information
#F937AA (or 0xF937AA) is known color: Persian Rose. HEX triplet: F9, 37 and AA. RGB value is (249,55,170). Sum of RGB (Red+Green+Blue) = 249+55+170=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F937AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F937AA is #06C855. Grayscale: #7D7D7D. Windows color (decimal): -444502 or 11155449. OLE color: 11155449.
HSL color Cylindrical-coordinate representation of color #F937AA: hue angle of 324.43º 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 #F937AA is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 170 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.02 |
| HSL | 324.43º | 0.94% | 0.6% | - |
| HSV(B) | 324.43º | 0.78% | 0.98% | - |
| XYZ | 47.69 | 25.77 | 40.49 | - |
| YUV | 126.12 | 152.77 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 170 | 0 | 0.78 | 0.32 | 0.02 | 324.43 | 0.94 | 0.6 |
| Hex | F9 | 37 | AA | 0 | 4E | 20 | 2 | 144 | 5E | 3C |
| Octal | 371 | 67 | 252 | 0 | 116 | 40 | 2 | 504 | 136 | 74 |
| Binary | 11111001 | 110111 | 10101010 | 0 | 1001110 | 100000 | 10 | 101000100 | 1011110 | 111100 |
Color Harmonies of #F937AA
Complementary color
Monochromatic Colors of #F937AA
Black with #F937AA
Text Example
Text Example
White with #F937AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F937AA; }
p { color: rgb(249,55,170); }
H1.HeaderClassName
{
color: #F937AA;
}
.AnyTagClassName
{
color: #F937AA;
}
</style>
background-color css
<style>
a { background-color: #F937AA; }
a { background-color: rgb(249,55,170); }
div.DivClassName
{
background-color: #F937AA;
}
.BgClassName
{
background-color: #F937AA;
}
</style>
border-color css
<style>
span { border-color: #F937AA; }
span { border-color: rgb(249,55,170); }
td.TdClassName
{
border-color: #F937AA;
}
.TagClassName
{
border-color: #F937AA;
}
</style>