Shades of Persian Rose #F239AF
Tints of Persian Rose #F239AF
RGB
CMYK
RGB Variations
Color information
#F239AF (or 0xF239AF) is known color: Persian Rose. HEX triplet: F2, 39 and AF. RGB value is (242,57,175). Sum of RGB (Red+Green+Blue) = 242+57+175=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F239AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F239AF is #0DC650. Grayscale: #7D7D7D. Windows color (decimal): -902737 or 11483634. OLE color: 11483634.
HSL color Cylindrical-coordinate representation of color #F239AF: hue angle of 321.73º 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 #F239AF is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 175 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 321.73º | 0.88% | 0.59% | - |
| HSV(B) | 321.73º | 0.76% | 0.95% | - |
| XYZ | 45.82 | 24.9 | 42.95 | - |
| YUV | 125.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 175 | 0 | 0.76 | 0.28 | 0.05 | 321.73 | 0.88 | 0.59 |
| Hex | F2 | 39 | AF | 0 | 4C | 1C | 5 | 142 | 58 | 3B |
| Octal | 362 | 71 | 257 | 0 | 114 | 34 | 5 | 502 | 130 | 73 |
| Binary | 11110010 | 111001 | 10101111 | 0 | 1001100 | 11100 | 101 | 101000010 | 1011000 | 111011 |
Color Harmonies of #F239AF
Complementary color
Monochromatic Colors of #F239AF
Black with #F239AF
Text Example
Text Example
White with #F239AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239AF; }
p { color: rgb(242,57,175); }
H1.HeaderClassName
{
color: #F239AF;
}
.AnyTagClassName
{
color: #F239AF;
}
</style>
background-color css
<style>
a { background-color: #F239AF; }
a { background-color: rgb(242,57,175); }
div.DivClassName
{
background-color: #F239AF;
}
.BgClassName
{
background-color: #F239AF;
}
</style>
border-color css
<style>
span { border-color: #F239AF; }
span { border-color: rgb(242,57,175); }
td.TdClassName
{
border-color: #F239AF;
}
.TagClassName
{
border-color: #F239AF;
}
</style>