Shades of Persian Rose #F937A8
Tints of Persian Rose #F937A8
RGB
CMYK
RGB Variations
Color information
#F937A8 (or 0xF937A8) is known color: Persian Rose. HEX triplet: F9, 37 and A8. RGB value is (249,55,168). Sum of RGB (Red+Green+Blue) = 249+55+168=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F937A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F937A8 is #06C857. Grayscale: #7D7D7D. Windows color (decimal): -444504 or 11024377. OLE color: 11024377.
HSL color Cylindrical-coordinate representation of color #F937A8: hue angle of 325.05º 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 #F937A8 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 168 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.02 |
| HSL | 325.05º | 0.94% | 0.6% | - |
| HSV(B) | 325.05º | 0.78% | 0.98% | - |
| XYZ | 47.5 | 25.7 | 39.5 | - |
| YUV | 125.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 168 | 0 | 0.78 | 0.33 | 0.02 | 325.05 | 0.94 | 0.6 |
| Hex | F9 | 37 | A8 | 0 | 4E | 21 | 2 | 145 | 5E | 3C |
| Octal | 371 | 67 | 250 | 0 | 116 | 41 | 2 | 505 | 136 | 74 |
| Binary | 11111001 | 110111 | 10101000 | 0 | 1001110 | 100001 | 10 | 101000101 | 1011110 | 111100 |
Color Harmonies of #F937A8
Complementary color
Monochromatic Colors of #F937A8
Black with #F937A8
Text Example
Text Example
White with #F937A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F937A8; }
p { color: rgb(249,55,168); }
H1.HeaderClassName
{
color: #F937A8;
}
.AnyTagClassName
{
color: #F937A8;
}
</style>
background-color css
<style>
a { background-color: #F937A8; }
a { background-color: rgb(249,55,168); }
div.DivClassName
{
background-color: #F937A8;
}
.BgClassName
{
background-color: #F937A8;
}
</style>
border-color css
<style>
span { border-color: #F937A8; }
span { border-color: rgb(249,55,168); }
td.TdClassName
{
border-color: #F937A8;
}
.TagClassName
{
border-color: #F937A8;
}
</style>