Shades of Persian Rose #F239AD
Tints of Persian Rose #F239AD
RGB
CMYK
RGB Variations
Color information
#F239AD (or 0xF239AD) is known color: Persian Rose. HEX triplet: F2, 39 and AD. RGB value is (242,57,173). Sum of RGB (Red+Green+Blue) = 242+57+173=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F239AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F239AD is #0DC652. Grayscale: #7D7D7D. Windows color (decimal): -902739 or 11352562. OLE color: 11352562.
HSL color Cylindrical-coordinate representation of color #F239AD: hue angle of 322.38º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F239AD is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 173 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.05 |
| HSL | 322.38º | 0.88% | 0.59% | - |
| HSV(B) | 322.38º | 0.76% | 0.95% | - |
| XYZ | 45.62 | 24.82 | 41.92 | - |
| YUV | 125.54 | 154.79 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 173 | 0 | 0.76 | 0.29 | 0.05 | 322.38 | 0.88 | 0.59 |
| Hex | F2 | 39 | AD | 0 | 4C | 1D | 5 | 142 | 58 | 3B |
| Octal | 362 | 71 | 255 | 0 | 114 | 35 | 5 | 502 | 130 | 73 |
| Binary | 11110010 | 111001 | 10101101 | 0 | 1001100 | 11101 | 101 | 101000010 | 1011000 | 111011 |
Color Harmonies of #F239AD
Complementary color
Monochromatic Colors of #F239AD
Black with #F239AD
Text Example
Text Example
White with #F239AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239AD; }
p { color: rgb(242,57,173); }
H1.HeaderClassName
{
color: #F239AD;
}
.AnyTagClassName
{
color: #F239AD;
}
</style>
background-color css
<style>
a { background-color: #F239AD; }
a { background-color: rgb(242,57,173); }
div.DivClassName
{
background-color: #F239AD;
}
.BgClassName
{
background-color: #F239AD;
}
</style>
border-color css
<style>
span { border-color: #F239AD; }
span { border-color: rgb(242,57,173); }
td.TdClassName
{
border-color: #F239AD;
}
.TagClassName
{
border-color: #F239AD;
}
</style>