Shades of Persian Rose #F237AF
Tints of Persian Rose #F237AF
RGB
CMYK
RGB Variations
Color information
#F237AF (or 0xF237AF) is known color: Persian Rose. HEX triplet: F2, 37 and AF. RGB value is (242,55,175). Sum of RGB (Red+Green+Blue) = 242+55+175=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F237AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F237AF is #0DC850. Grayscale: #7C7C7C. Windows color (decimal): -903249 or 11483122. OLE color: 11483122.
HSL color Cylindrical-coordinate representation of color #F237AF: hue angle of 321.5º 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 #F237AF is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 175 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.05 |
| HSL | 321.5º | 0.88% | 0.58% | - |
| HSV(B) | 321.5º | 0.77% | 0.95% | - |
| XYZ | 45.72 | 24.7 | 42.92 | - |
| YUV | 124.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 175 | 0 | 0.77 | 0.28 | 0.05 | 321.5 | 0.88 | 0.58 |
| Hex | F2 | 37 | AF | 0 | 4D | 1C | 5 | 141 | 58 | 3A |
| Octal | 362 | 67 | 257 | 0 | 115 | 34 | 5 | 501 | 130 | 72 |
| Binary | 11110010 | 110111 | 10101111 | 0 | 1001101 | 11100 | 101 | 101000001 | 1011000 | 111010 |
Color Harmonies of #F237AF
Complementary color
Monochromatic Colors of #F237AF
Black with #F237AF
Text Example
Text Example
White with #F237AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237AF; }
p { color: rgb(242,55,175); }
H1.HeaderClassName
{
color: #F237AF;
}
.AnyTagClassName
{
color: #F237AF;
}
</style>
background-color css
<style>
a { background-color: #F237AF; }
a { background-color: rgb(242,55,175); }
div.DivClassName
{
background-color: #F237AF;
}
.BgClassName
{
background-color: #F237AF;
}
</style>
border-color css
<style>
span { border-color: #F237AF; }
span { border-color: rgb(242,55,175); }
td.TdClassName
{
border-color: #F237AF;
}
.TagClassName
{
border-color: #F237AF;
}
</style>