Shades of Persian Rose #F927A2
Tints of Persian Rose #F927A2
RGB
CMYK
RGB Variations
Color information
#F927A2 (or 0xF927A2) is known color: Persian Rose. HEX triplet: F9, 27 and A2. RGB value is (249,39,162). Sum of RGB (Red+Green+Blue) = 249+39+162=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F927A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F927A2 is #06D85D. Grayscale: #737373. Windows color (decimal): -448606 or 10627065. OLE color: 10627065.
HSL color Cylindrical-coordinate representation of color #F927A2: hue angle of 324.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F927A2 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 39 | 162 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.02 |
| HSL | 324.86º | 0.95% | 0.56% | - |
| HSV(B) | 324.86º | 0.84% | 0.98% | - |
| XYZ | 46.31 | 24.2 | 36.41 | - |
| YUV | 115.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 39 | 162 | 0 | 0.84 | 0.35 | 0.02 | 324.86 | 0.95 | 0.56 |
| Hex | F9 | 27 | A2 | 0 | 54 | 23 | 2 | 145 | 5F | 38 |
| Octal | 371 | 47 | 242 | 0 | 124 | 43 | 2 | 505 | 137 | 70 |
| Binary | 11111001 | 100111 | 10100010 | 0 | 1010100 | 100011 | 10 | 101000101 | 1011111 | 111000 |
Color Harmonies of #F927A2
Complementary color
Monochromatic Colors of #F927A2
Black with #F927A2
Text Example
Text Example
White with #F927A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F927A2; }
p { color: rgb(249,39,162); }
H1.HeaderClassName
{
color: #F927A2;
}
.AnyTagClassName
{
color: #F927A2;
}
</style>
background-color css
<style>
a { background-color: #F927A2; }
a { background-color: rgb(249,39,162); }
div.DivClassName
{
background-color: #F927A2;
}
.BgClassName
{
background-color: #F927A2;
}
</style>
border-color css
<style>
span { border-color: #F927A2; }
span { border-color: rgb(249,39,162); }
td.TdClassName
{
border-color: #F927A2;
}
.TagClassName
{
border-color: #F927A2;
}
</style>