Shades of Persian Rose #F9219D
Tints of Persian Rose #F9219D
RGB
CMYK
RGB Variations
Color information
#F9219D (or 0xF9219D) is known color: Persian Rose. HEX triplet: F9, 21 and 9D. RGB value is (249,33,157). Sum of RGB (Red+Green+Blue) = 249+33+157=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9219D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9219D is #06DE62. Grayscale: #6F6F6F. Windows color (decimal): -450147 or 10297849. OLE color: 10297849.
HSL color Cylindrical-coordinate representation of color #F9219D: hue angle of 325.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9219D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 157 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.02 |
| HSL | 325.56º | 0.95% | 0.55% | - |
| HSV(B) | 325.56º | 0.87% | 0.98% | - |
| XYZ | 45.7 | 23.66 | 34.06 | - |
| YUV | 111.72 | 153.56 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 157 | 0 | 0.87 | 0.37 | 0.02 | 325.56 | 0.95 | 0.55 |
| Hex | F9 | 21 | 9D | 0 | 57 | 25 | 2 | 146 | 5F | 37 |
| Octal | 371 | 41 | 235 | 0 | 127 | 45 | 2 | 506 | 137 | 67 |
| Binary | 11111001 | 100001 | 10011101 | 0 | 1010111 | 100101 | 10 | 101000110 | 1011111 | 110111 |
Color Harmonies of #F9219D
Complementary color
Monochromatic Colors of #F9219D
Black with #F9219D
Text Example
Text Example
White with #F9219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9219D; }
p { color: rgb(249,33,157); }
H1.HeaderClassName
{
color: #F9219D;
}
.AnyTagClassName
{
color: #F9219D;
}
</style>
background-color css
<style>
a { background-color: #F9219D; }
a { background-color: rgb(249,33,157); }
div.DivClassName
{
background-color: #F9219D;
}
.BgClassName
{
background-color: #F9219D;
}
</style>
border-color css
<style>
span { border-color: #F9219D; }
span { border-color: rgb(249,33,157); }
td.TdClassName
{
border-color: #F9219D;
}
.TagClassName
{
border-color: #F9219D;
}
</style>