Shades of Persian Rose #F92FAC
Tints of Persian Rose #F92FAC
RGB
CMYK
RGB Variations
Color information
#F92FAC (or 0xF92FAC) is known color: Persian Rose. HEX triplet: F9, 2F and AC. RGB value is (249,47,172). Sum of RGB (Red+Green+Blue) = 249+47+172=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FAC is #06D053. Grayscale: #797979. Windows color (decimal): -446548 or 11284473. OLE color: 11284473.
HSL color Cylindrical-coordinate representation of color #F92FAC: hue angle of 322.87º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92FAC is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 172 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.02 |
| HSL | 322.87º | 0.94% | 0.58% | - |
| HSV(B) | 322.87º | 0.81% | 0.98% | - |
| XYZ | 47.53 | 25.15 | 41.38 | - |
| YUV | 121.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 172 | 0 | 0.81 | 0.31 | 0.02 | 322.87 | 0.94 | 0.58 |
| Hex | F9 | 2F | AC | 0 | 51 | 1F | 2 | 143 | 5E | 3A |
| Octal | 371 | 57 | 254 | 0 | 121 | 37 | 2 | 503 | 136 | 72 |
| Binary | 11111001 | 101111 | 10101100 | 0 | 1010001 | 11111 | 10 | 101000011 | 1011110 | 111010 |
Color Harmonies of #F92FAC
Complementary color
Monochromatic Colors of #F92FAC
Black with #F92FAC
Text Example
Text Example
White with #F92FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FAC; }
p { color: rgb(249,47,172); }
H1.HeaderClassName
{
color: #F92FAC;
}
.AnyTagClassName
{
color: #F92FAC;
}
</style>
background-color css
<style>
a { background-color: #F92FAC; }
a { background-color: rgb(249,47,172); }
div.DivClassName
{
background-color: #F92FAC;
}
.BgClassName
{
background-color: #F92FAC;
}
</style>
border-color css
<style>
span { border-color: #F92FAC; }
span { border-color: rgb(249,47,172); }
td.TdClassName
{
border-color: #F92FAC;
}
.TagClassName
{
border-color: #F92FAC;
}
</style>