Shades of Persian Rose #F438AF
Tints of Persian Rose #F438AF
RGB
CMYK
RGB Variations
Color information
#F438AF (or 0xF438AF) is known color: Persian Rose. HEX triplet: F4, 38 and AF. RGB value is (244,56,175). Sum of RGB (Red+Green+Blue) = 244+56+175=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F438AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F438AF is #0BC750. Grayscale: #7D7D7D. Windows color (decimal): -771921 or 11483380. OLE color: 11483380.
HSL color Cylindrical-coordinate representation of color #F438AF: hue angle of 322.02º 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 #F438AF is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 175 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.04 |
| HSL | 322.02º | 0.9% | 0.59% | - |
| HSV(B) | 322.02º | 0.77% | 0.96% | - |
| XYZ | 46.46 | 25.16 | 42.96 | - |
| YUV | 125.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 175 | 0 | 0.77 | 0.28 | 0.04 | 322.02 | 0.9 | 0.59 |
| Hex | F4 | 38 | AF | 0 | 4D | 1C | 4 | 142 | 5A | 3B |
| Octal | 364 | 70 | 257 | 0 | 115 | 34 | 4 | 502 | 132 | 73 |
| Binary | 11110100 | 111000 | 10101111 | 0 | 1001101 | 11100 | 100 | 101000010 | 1011010 | 111011 |
Color Harmonies of #F438AF
Complementary color
Monochromatic Colors of #F438AF
Black with #F438AF
Text Example
Text Example
White with #F438AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438AF; }
p { color: rgb(244,56,175); }
H1.HeaderClassName
{
color: #F438AF;
}
.AnyTagClassName
{
color: #F438AF;
}
</style>
background-color css
<style>
a { background-color: #F438AF; }
a { background-color: rgb(244,56,175); }
div.DivClassName
{
background-color: #F438AF;
}
.BgClassName
{
background-color: #F438AF;
}
</style>
border-color css
<style>
span { border-color: #F438AF; }
span { border-color: rgb(244,56,175); }
td.TdClassName
{
border-color: #F438AF;
}
.TagClassName
{
border-color: #F438AF;
}
</style>