Shades of Persian Rose #F230AB
Tints of Persian Rose #F230AB
RGB
CMYK
RGB Variations
Color information
#F230AB (or 0xF230AB) is known color: Persian Rose. HEX triplet: F2, 30 and AB. RGB value is (242,48,171). Sum of RGB (Red+Green+Blue) = 242+48+171=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F230AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F230AB is #0DCF54. Grayscale: #777777. Windows color (decimal): -905045 or 11219186. OLE color: 11219186.
HSL color Cylindrical-coordinate representation of color #F230AB: hue angle of 321.96º 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 #F230AB is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 171 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.05 |
| HSL | 321.96º | 0.88% | 0.57% | - |
| HSV(B) | 321.96º | 0.8% | 0.95% | - |
| XYZ | 45.03 | 23.93 | 40.77 | - |
| YUV | 120.03 | 156.77 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 171 | 0 | 0.80 | 0.29 | 0.05 | 321.96 | 0.88 | 0.57 |
| Hex | F2 | 30 | AB | 0 | 50 | 1D | 5 | 142 | 58 | 39 |
| Octal | 362 | 60 | 253 | 0 | 120 | 35 | 5 | 502 | 130 | 71 |
| Binary | 11110010 | 110000 | 10101011 | 0 | 1010000 | 11101 | 101 | 101000010 | 1011000 | 111001 |
Color Harmonies of #F230AB
Complementary color
Monochromatic Colors of #F230AB
Black with #F230AB
Text Example
Text Example
White with #F230AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F230AB; }
p { color: rgb(242,48,171); }
H1.HeaderClassName
{
color: #F230AB;
}
.AnyTagClassName
{
color: #F230AB;
}
</style>
background-color css
<style>
a { background-color: #F230AB; }
a { background-color: rgb(242,48,171); }
div.DivClassName
{
background-color: #F230AB;
}
.BgClassName
{
background-color: #F230AB;
}
</style>
border-color css
<style>
span { border-color: #F230AB; }
span { border-color: rgb(242,48,171); }
td.TdClassName
{
border-color: #F230AB;
}
.TagClassName
{
border-color: #F230AB;
}
</style>