Shades of Persian Rose #F231AB
Tints of Persian Rose #F231AB
RGB
CMYK
RGB Variations
Color information
#F231AB (or 0xF231AB) is known color: Persian Rose. HEX triplet: F2, 31 and AB. RGB value is (242,49,171). Sum of RGB (Red+Green+Blue) = 242+49+171=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F231AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F231AB is #0DCE54. Grayscale: #787878. Windows color (decimal): -904789 or 11219442. OLE color: 11219442.
HSL color Cylindrical-coordinate representation of color #F231AB: hue angle of 322.07º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231AB is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 171 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.05 |
| HSL | 322.07º | 0.88% | 0.57% | - |
| HSV(B) | 322.07º | 0.8% | 0.95% | - |
| XYZ | 45.07 | 24.01 | 40.79 | - |
| YUV | 120.62 | 156.44 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 171 | 0 | 0.80 | 0.29 | 0.05 | 322.07 | 0.88 | 0.57 |
| Hex | F2 | 31 | AB | 0 | 50 | 1D | 5 | 142 | 58 | 39 |
| Octal | 362 | 61 | 253 | 0 | 120 | 35 | 5 | 502 | 130 | 71 |
| Binary | 11110010 | 110001 | 10101011 | 0 | 1010000 | 11101 | 101 | 101000010 | 1011000 | 111001 |
Color Harmonies of #F231AB
Complementary color
Monochromatic Colors of #F231AB
Black with #F231AB
Text Example
Text Example
White with #F231AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231AB; }
p { color: rgb(242,49,171); }
H1.HeaderClassName
{
color: #F231AB;
}
.AnyTagClassName
{
color: #F231AB;
}
</style>
background-color css
<style>
a { background-color: #F231AB; }
a { background-color: rgb(242,49,171); }
div.DivClassName
{
background-color: #F231AB;
}
.BgClassName
{
background-color: #F231AB;
}
</style>
border-color css
<style>
span { border-color: #F231AB; }
span { border-color: rgb(242,49,171); }
td.TdClassName
{
border-color: #F231AB;
}
.TagClassName
{
border-color: #F231AB;
}
</style>