Shades of Persian Rose #F234AB
Tints of Persian Rose #F234AB
RGB
CMYK
RGB Variations
Color information
#F234AB (or 0xF234AB) is known color: Persian Rose. HEX triplet: F2, 34 and AB. RGB value is (242,52,171). Sum of RGB (Red+Green+Blue) = 242+52+171=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F234AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F234AB is #0DCB54. Grayscale: #7A7A7A. Windows color (decimal): -904021 or 11220210. OLE color: 11220210.
HSL color Cylindrical-coordinate representation of color #F234AB: hue angle of 322.42º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F234AB is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 171 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.05 |
| HSL | 322.42º | 0.88% | 0.58% | - |
| HSV(B) | 322.42º | 0.79% | 0.95% | - |
| XYZ | 45.2 | 24.27 | 40.83 | - |
| YUV | 122.38 | 155.45 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 171 | 0 | 0.79 | 0.29 | 0.05 | 322.42 | 0.88 | 0.58 |
| Hex | F2 | 34 | AB | 0 | 4F | 1D | 5 | 142 | 58 | 3A |
| Octal | 362 | 64 | 253 | 0 | 117 | 35 | 5 | 502 | 130 | 72 |
| Binary | 11110010 | 110100 | 10101011 | 0 | 1001111 | 11101 | 101 | 101000010 | 1011000 | 111010 |
Color Harmonies of #F234AB
Complementary color
Monochromatic Colors of #F234AB
Black with #F234AB
Text Example
Text Example
White with #F234AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F234AB; }
p { color: rgb(242,52,171); }
H1.HeaderClassName
{
color: #F234AB;
}
.AnyTagClassName
{
color: #F234AB;
}
</style>
background-color css
<style>
a { background-color: #F234AB; }
a { background-color: rgb(242,52,171); }
div.DivClassName
{
background-color: #F234AB;
}
.BgClassName
{
background-color: #F234AB;
}
</style>
border-color css
<style>
span { border-color: #F234AB; }
span { border-color: rgb(242,52,171); }
td.TdClassName
{
border-color: #F234AB;
}
.TagClassName
{
border-color: #F234AB;
}
</style>