Shades of Persian Rose #F437AF
Tints of Persian Rose #F437AF
RGB
CMYK
RGB Variations
Color information
#F437AF (or 0xF437AF) is known color: Persian Rose. HEX triplet: F4, 37 and AF. RGB value is (244,55,175). Sum of RGB (Red+Green+Blue) = 244+55+175=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F437AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F437AF is #0BC850. Grayscale: #7C7C7C. Windows color (decimal): -772177 or 11483124. OLE color: 11483124.
HSL color Cylindrical-coordinate representation of color #F437AF: hue angle of 321.9º degrees, saturation: 0.9, 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 #F437AF is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 175 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.04 |
| HSL | 321.9º | 0.9% | 0.59% | - |
| HSV(B) | 321.9º | 0.77% | 0.96% | - |
| XYZ | 46.41 | 25.06 | 42.95 | - |
| YUV | 125.19 | 156.12 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 175 | 0 | 0.77 | 0.28 | 0.04 | 321.9 | 0.9 | 0.59 |
| Hex | F4 | 37 | AF | 0 | 4D | 1C | 4 | 142 | 5A | 3B |
| Octal | 364 | 67 | 257 | 0 | 115 | 34 | 4 | 502 | 132 | 73 |
| Binary | 11110100 | 110111 | 10101111 | 0 | 1001101 | 11100 | 100 | 101000010 | 1011010 | 111011 |
Color Harmonies of #F437AF
Complementary color
Monochromatic Colors of #F437AF
Black with #F437AF
Text Example
Text Example
White with #F437AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F437AF; }
p { color: rgb(244,55,175); }
H1.HeaderClassName
{
color: #F437AF;
}
.AnyTagClassName
{
color: #F437AF;
}
</style>
background-color css
<style>
a { background-color: #F437AF; }
a { background-color: rgb(244,55,175); }
div.DivClassName
{
background-color: #F437AF;
}
.BgClassName
{
background-color: #F437AF;
}
</style>
border-color css
<style>
span { border-color: #F437AF; }
span { border-color: rgb(244,55,175); }
td.TdClassName
{
border-color: #F437AF;
}
.TagClassName
{
border-color: #F437AF;
}
</style>