Shades of Persian Rose #F232A3
Tints of Persian Rose #F232A3
RGB
CMYK
RGB Variations
Color information
#F232A3 (or 0xF232A3) is known color: Persian Rose. HEX triplet: F2, 32 and A3. RGB value is (242,50,163). Sum of RGB (Red+Green+Blue) = 242+50+163=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F232A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F232A3 is #0DCD5C. Grayscale: #787878. Windows color (decimal): -904541 or 10695410. OLE color: 10695410.
HSL color Cylindrical-coordinate representation of color #F232A3: hue angle of 324.69º 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 #F232A3 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 163 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.05 |
| HSL | 324.69º | 0.88% | 0.57% | - |
| HSV(B) | 324.69º | 0.79% | 0.95% | - |
| XYZ | 44.37 | 23.8 | 36.91 | - |
| YUV | 120.29 | 152.11 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 163 | 0 | 0.79 | 0.33 | 0.05 | 324.69 | 0.88 | 0.57 |
| Hex | F2 | 32 | A3 | 0 | 4F | 21 | 5 | 145 | 58 | 39 |
| Octal | 362 | 62 | 243 | 0 | 117 | 41 | 5 | 505 | 130 | 71 |
| Binary | 11110010 | 110010 | 10100011 | 0 | 1001111 | 100001 | 101 | 101000101 | 1011000 | 111001 |
Color Harmonies of #F232A3
Complementary color
Monochromatic Colors of #F232A3
Black with #F232A3
Text Example
Text Example
White with #F232A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F232A3; }
p { color: rgb(242,50,163); }
H1.HeaderClassName
{
color: #F232A3;
}
.AnyTagClassName
{
color: #F232A3;
}
</style>
background-color css
<style>
a { background-color: #F232A3; }
a { background-color: rgb(242,50,163); }
div.DivClassName
{
background-color: #F232A3;
}
.BgClassName
{
background-color: #F232A3;
}
</style>
border-color css
<style>
span { border-color: #F232A3; }
span { border-color: rgb(242,50,163); }
td.TdClassName
{
border-color: #F232A3;
}
.TagClassName
{
border-color: #F232A3;
}
</style>