Shades of Persian Rose #F235AF
Tints of Persian Rose #F235AF
RGB
CMYK
RGB Variations
Color information
#F235AF (or 0xF235AF) is known color: Persian Rose. HEX triplet: F2, 35 and AF. RGB value is (242,53,175). Sum of RGB (Red+Green+Blue) = 242+53+175=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F235AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F235AF is #0DCA50. Grayscale: #7B7B7B. Windows color (decimal): -903761 or 11482610. OLE color: 11482610.
HSL color Cylindrical-coordinate representation of color #F235AF: hue angle of 321.27º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F235AF is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 175 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.05 |
| HSL | 321.27º | 0.88% | 0.58% | - |
| HSV(B) | 321.27º | 0.78% | 0.95% | - |
| XYZ | 45.63 | 24.52 | 42.89 | - |
| YUV | 123.42 | 157.12 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 175 | 0 | 0.78 | 0.28 | 0.05 | 321.27 | 0.88 | 0.58 |
| Hex | F2 | 35 | AF | 0 | 4E | 1C | 5 | 141 | 58 | 3A |
| Octal | 362 | 65 | 257 | 0 | 116 | 34 | 5 | 501 | 130 | 72 |
| Binary | 11110010 | 110101 | 10101111 | 0 | 1001110 | 11100 | 101 | 101000001 | 1011000 | 111010 |
Color Harmonies of #F235AF
Complementary color
Monochromatic Colors of #F235AF
Black with #F235AF
Text Example
Text Example
White with #F235AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235AF; }
p { color: rgb(242,53,175); }
H1.HeaderClassName
{
color: #F235AF;
}
.AnyTagClassName
{
color: #F235AF;
}
</style>
background-color css
<style>
a { background-color: #F235AF; }
a { background-color: rgb(242,53,175); }
div.DivClassName
{
background-color: #F235AF;
}
.BgClassName
{
background-color: #F235AF;
}
</style>
border-color css
<style>
span { border-color: #F235AF; }
span { border-color: rgb(242,53,175); }
td.TdClassName
{
border-color: #F235AF;
}
.TagClassName
{
border-color: #F235AF;
}
</style>