Shades of Persian Rose #F92CAC
Tints of Persian Rose #F92CAC
RGB
CMYK
RGB Variations
Color information
#F92CAC (or 0xF92CAC) is known color: Persian Rose. HEX triplet: F9, 2C and AC. RGB value is (249,44,172). Sum of RGB (Red+Green+Blue) = 249+44+172=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92CAC is #06D353. Grayscale: #777777. Windows color (decimal): -447316 or 11283705. OLE color: 11283705.
HSL color Cylindrical-coordinate representation of color #F92CAC: hue angle of 322.54º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92CAC is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 172 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.02 |
| HSL | 322.54º | 0.94% | 0.57% | - |
| HSV(B) | 322.54º | 0.82% | 0.98% | - |
| XYZ | 47.41 | 24.92 | 41.34 | - |
| YUV | 119.89 | 157.42 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 172 | 0 | 0.82 | 0.31 | 0.02 | 322.54 | 0.94 | 0.57 |
| Hex | F9 | 2C | AC | 0 | 52 | 1F | 2 | 143 | 5E | 39 |
| Octal | 371 | 54 | 254 | 0 | 122 | 37 | 2 | 503 | 136 | 71 |
| Binary | 11111001 | 101100 | 10101100 | 0 | 1010010 | 11111 | 10 | 101000011 | 1011110 | 111001 |
Color Harmonies of #F92CAC
Complementary color
Monochromatic Colors of #F92CAC
Black with #F92CAC
Text Example
Text Example
White with #F92CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CAC; }
p { color: rgb(249,44,172); }
H1.HeaderClassName
{
color: #F92CAC;
}
.AnyTagClassName
{
color: #F92CAC;
}
</style>
background-color css
<style>
a { background-color: #F92CAC; }
a { background-color: rgb(249,44,172); }
div.DivClassName
{
background-color: #F92CAC;
}
.BgClassName
{
background-color: #F92CAC;
}
</style>
border-color css
<style>
span { border-color: #F92CAC; }
span { border-color: rgb(249,44,172); }
td.TdClassName
{
border-color: #F92CAC;
}
.TagClassName
{
border-color: #F92CAC;
}
</style>