Shades of Persian Rose #F234A8
Tints of Persian Rose #F234A8
RGB
CMYK
RGB Variations
Color information
#F234A8 (or 0xF234A8) is known color: Persian Rose. HEX triplet: F2, 34 and A8. RGB value is (242,52,168). Sum of RGB (Red+Green+Blue) = 242+52+168=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F234A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F234A8 is #0DCB57. Grayscale: #797979. Windows color (decimal): -904024 or 11023602. OLE color: 11023602.
HSL color Cylindrical-coordinate representation of color #F234A8: hue angle of 323.37º 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 #F234A8 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 168 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.05 |
| HSL | 323.37º | 0.88% | 0.58% | - |
| HSV(B) | 323.37º | 0.79% | 0.95% | - |
| XYZ | 44.91 | 24.16 | 39.34 | - |
| YUV | 122.03 | 153.95 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 168 | 0 | 0.79 | 0.31 | 0.05 | 323.37 | 0.88 | 0.58 |
| Hex | F2 | 34 | A8 | 0 | 4F | 1F | 5 | 143 | 58 | 3A |
| Octal | 362 | 64 | 250 | 0 | 117 | 37 | 5 | 503 | 130 | 72 |
| Binary | 11110010 | 110100 | 10101000 | 0 | 1001111 | 11111 | 101 | 101000011 | 1011000 | 111010 |
Color Harmonies of #F234A8
Complementary color
Monochromatic Colors of #F234A8
Black with #F234A8
Text Example
Text Example
White with #F234A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F234A8; }
p { color: rgb(242,52,168); }
H1.HeaderClassName
{
color: #F234A8;
}
.AnyTagClassName
{
color: #F234A8;
}
</style>
background-color css
<style>
a { background-color: #F234A8; }
a { background-color: rgb(242,52,168); }
div.DivClassName
{
background-color: #F234A8;
}
.BgClassName
{
background-color: #F234A8;
}
</style>
border-color css
<style>
span { border-color: #F234A8; }
span { border-color: rgb(242,52,168); }
td.TdClassName
{
border-color: #F234A8;
}
.TagClassName
{
border-color: #F234A8;
}
</style>