Shades of Persian Rose #F234A6
Tints of Persian Rose #F234A6
RGB
CMYK
RGB Variations
Color information
#F234A6 (or 0xF234A6) is known color: Persian Rose. HEX triplet: F2, 34 and A6. RGB value is (242,52,166). Sum of RGB (Red+Green+Blue) = 242+52+166=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F234A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F234A6 is #0DCB59. Grayscale: #797979. Windows color (decimal): -904026 or 10892530. OLE color: 10892530.
HSL color Cylindrical-coordinate representation of color #F234A6: hue angle of 324º 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 #F234A6 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 166 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.05 |
| HSL | 324º | 0.88% | 0.58% | - |
| HSV(B) | 324º | 0.79% | 0.95% | - |
| XYZ | 44.73 | 24.09 | 38.37 | - |
| YUV | 121.81 | 152.95 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 166 | 0 | 0.79 | 0.31 | 0.05 | 324 | 0.88 | 0.58 |
| Hex | F2 | 34 | A6 | 0 | 4F | 1F | 5 | 144 | 58 | 3A |
| Octal | 362 | 64 | 246 | 0 | 117 | 37 | 5 | 504 | 130 | 72 |
| Binary | 11110010 | 110100 | 10100110 | 0 | 1001111 | 11111 | 101 | 101000100 | 1011000 | 111010 |
Color Harmonies of #F234A6
Complementary color
Monochromatic Colors of #F234A6
Black with #F234A6
Text Example
Text Example
White with #F234A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F234A6; }
p { color: rgb(242,52,166); }
H1.HeaderClassName
{
color: #F234A6;
}
.AnyTagClassName
{
color: #F234A6;
}
</style>
background-color css
<style>
a { background-color: #F234A6; }
a { background-color: rgb(242,52,166); }
div.DivClassName
{
background-color: #F234A6;
}
.BgClassName
{
background-color: #F234A6;
}
</style>
border-color css
<style>
span { border-color: #F234A6; }
span { border-color: rgb(242,52,166); }
td.TdClassName
{
border-color: #F234A6;
}
.TagClassName
{
border-color: #F234A6;
}
</style>