Shades of Persian Rose #F232A2
Tints of Persian Rose #F232A2
RGB
CMYK
RGB Variations
Color information
#F232A2 (or 0xF232A2) is known color: Persian Rose. HEX triplet: F2, 32 and A2. RGB value is (242,50,162). Sum of RGB (Red+Green+Blue) = 242+50+162=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F232A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F232A2 is #0DCD5D. Grayscale: #777777. Windows color (decimal): -904542 or 10629874. OLE color: 10629874.
HSL color Cylindrical-coordinate representation of color #F232A2: hue angle of 325º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F232A2 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 162 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.05 |
| HSL | 325º | 0.88% | 0.57% | - |
| HSV(B) | 325º | 0.79% | 0.95% | - |
| XYZ | 44.28 | 23.77 | 36.44 | - |
| YUV | 120.18 | 151.61 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 162 | 0 | 0.79 | 0.33 | 0.05 | 325 | 0.88 | 0.57 |
| Hex | F2 | 32 | A2 | 0 | 4F | 21 | 5 | 145 | 58 | 39 |
| Octal | 362 | 62 | 242 | 0 | 117 | 41 | 5 | 505 | 130 | 71 |
| Binary | 11110010 | 110010 | 10100010 | 0 | 1001111 | 100001 | 101 | 101000101 | 1011000 | 111001 |
Color Harmonies of #F232A2
Complementary color
Monochromatic Colors of #F232A2
Black with #F232A2
Text Example
Text Example
White with #F232A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F232A2; }
p { color: rgb(242,50,162); }
H1.HeaderClassName
{
color: #F232A2;
}
.AnyTagClassName
{
color: #F232A2;
}
</style>
background-color css
<style>
a { background-color: #F232A2; }
a { background-color: rgb(242,50,162); }
div.DivClassName
{
background-color: #F232A2;
}
.BgClassName
{
background-color: #F232A2;
}
</style>
border-color css
<style>
span { border-color: #F232A2; }
span { border-color: rgb(242,50,162); }
td.TdClassName
{
border-color: #F232A2;
}
.TagClassName
{
border-color: #F232A2;
}
</style>