Shades of Persian Rose #F237AD
Tints of Persian Rose #F237AD
RGB
CMYK
RGB Variations
Color information
#F237AD (or 0xF237AD) is known color: Persian Rose. HEX triplet: F2, 37 and AD. RGB value is (242,55,173). Sum of RGB (Red+Green+Blue) = 242+55+173=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F237AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F237AD is #0DC852. Grayscale: #7C7C7C. Windows color (decimal): -903251 or 11352050. OLE color: 11352050.
HSL color Cylindrical-coordinate representation of color #F237AD: hue angle of 322.14º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F237AD is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 173 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.05 |
| HSL | 322.14º | 0.88% | 0.58% | - |
| HSV(B) | 322.14º | 0.77% | 0.95% | - |
| XYZ | 45.53 | 24.63 | 41.89 | - |
| YUV | 124.37 | 155.45 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 173 | 0 | 0.77 | 0.29 | 0.05 | 322.14 | 0.88 | 0.58 |
| Hex | F2 | 37 | AD | 0 | 4D | 1D | 5 | 142 | 58 | 3A |
| Octal | 362 | 67 | 255 | 0 | 115 | 35 | 5 | 502 | 130 | 72 |
| Binary | 11110010 | 110111 | 10101101 | 0 | 1001101 | 11101 | 101 | 101000010 | 1011000 | 111010 |
Color Harmonies of #F237AD
Complementary color
Monochromatic Colors of #F237AD
Black with #F237AD
Text Example
Text Example
White with #F237AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237AD; }
p { color: rgb(242,55,173); }
H1.HeaderClassName
{
color: #F237AD;
}
.AnyTagClassName
{
color: #F237AD;
}
</style>
background-color css
<style>
a { background-color: #F237AD; }
a { background-color: rgb(242,55,173); }
div.DivClassName
{
background-color: #F237AD;
}
.BgClassName
{
background-color: #F237AD;
}
</style>
border-color css
<style>
span { border-color: #F237AD; }
span { border-color: rgb(242,55,173); }
td.TdClassName
{
border-color: #F237AD;
}
.TagClassName
{
border-color: #F237AD;
}
</style>