Shades of Persian Rose #F234AD
Tints of Persian Rose #F234AD
RGB
CMYK
RGB Variations
Color information
#F234AD (or 0xF234AD) is known color: Persian Rose. HEX triplet: F2, 34 and AD. RGB value is (242,52,173). Sum of RGB (Red+Green+Blue) = 242+52+173=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F234AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F234AD is #0DCB52. Grayscale: #7A7A7A. Windows color (decimal): -904019 or 11351282. OLE color: 11351282.
HSL color Cylindrical-coordinate representation of color #F234AD: hue angle of 321.79º 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 #F234AD is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 173 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.05 |
| HSL | 321.79º | 0.88% | 0.58% | - |
| HSV(B) | 321.79º | 0.79% | 0.95% | - |
| XYZ | 45.39 | 24.35 | 41.84 | - |
| YUV | 122.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 173 | 0 | 0.79 | 0.29 | 0.05 | 321.79 | 0.88 | 0.58 |
| Hex | F2 | 34 | AD | 0 | 4F | 1D | 5 | 142 | 58 | 3A |
| Octal | 362 | 64 | 255 | 0 | 117 | 35 | 5 | 502 | 130 | 72 |
| Binary | 11110010 | 110100 | 10101101 | 0 | 1001111 | 11101 | 101 | 101000010 | 1011000 | 111010 |
Color Harmonies of #F234AD
Complementary color
Monochromatic Colors of #F234AD
Black with #F234AD
Text Example
Text Example
White with #F234AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F234AD; }
p { color: rgb(242,52,173); }
H1.HeaderClassName
{
color: #F234AD;
}
.AnyTagClassName
{
color: #F234AD;
}
</style>
background-color css
<style>
a { background-color: #F234AD; }
a { background-color: rgb(242,52,173); }
div.DivClassName
{
background-color: #F234AD;
}
.BgClassName
{
background-color: #F234AD;
}
</style>
border-color css
<style>
span { border-color: #F234AD; }
span { border-color: rgb(242,52,173); }
td.TdClassName
{
border-color: #F234AD;
}
.TagClassName
{
border-color: #F234AD;
}
</style>