Shades of Persian Rose #F439AF
Tints of Persian Rose #F439AF
RGB
CMYK
RGB Variations
Color information
#F439AF (or 0xF439AF) is known color: Persian Rose. HEX triplet: F4, 39 and AF. RGB value is (244,57,175). Sum of RGB (Red+Green+Blue) = 244+57+175=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F439AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F439AF is #0BC650. Grayscale: #7E7E7E. Windows color (decimal): -771665 or 11483636. OLE color: 11483636.
HSL color Cylindrical-coordinate representation of color #F439AF: hue angle of 322.14º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F439AF is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 175 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.04 |
| HSL | 322.14º | 0.89% | 0.59% | - |
| HSV(B) | 322.14º | 0.77% | 0.96% | - |
| XYZ | 46.51 | 25.25 | 42.98 | - |
| YUV | 126.37 | 155.45 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 175 | 0 | 0.77 | 0.28 | 0.04 | 322.14 | 0.89 | 0.59 |
| Hex | F4 | 39 | AF | 0 | 4D | 1C | 4 | 142 | 59 | 3B |
| Octal | 364 | 71 | 257 | 0 | 115 | 34 | 4 | 502 | 131 | 73 |
| Binary | 11110100 | 111001 | 10101111 | 0 | 1001101 | 11100 | 100 | 101000010 | 1011001 | 111011 |
Color Harmonies of #F439AF
Complementary color
Monochromatic Colors of #F439AF
Black with #F439AF
Text Example
Text Example
White with #F439AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F439AF; }
p { color: rgb(244,57,175); }
H1.HeaderClassName
{
color: #F439AF;
}
.AnyTagClassName
{
color: #F439AF;
}
</style>
background-color css
<style>
a { background-color: #F439AF; }
a { background-color: rgb(244,57,175); }
div.DivClassName
{
background-color: #F439AF;
}
.BgClassName
{
background-color: #F439AF;
}
</style>
border-color css
<style>
span { border-color: #F439AF; }
span { border-color: rgb(244,57,175); }
td.TdClassName
{
border-color: #F439AF;
}
.TagClassName
{
border-color: #F439AF;
}
</style>