Shades of Persian Rose #F438AB
Tints of Persian Rose #F438AB
RGB
CMYK
RGB Variations
Color information
#F438AB (or 0xF438AB) is known color: Persian Rose. HEX triplet: F4, 38 and AB. RGB value is (244,56,171). Sum of RGB (Red+Green+Blue) = 244+56+171=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F438AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F438AB is #0BC754. Grayscale: #7D7D7D. Windows color (decimal): -771925 or 11221236. OLE color: 11221236.
HSL color Cylindrical-coordinate representation of color #F438AB: hue angle of 323.3º 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 #F438AB is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 171 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.04 |
| HSL | 323.3º | 0.9% | 0.59% | - |
| HSV(B) | 323.3º | 0.77% | 0.96% | - |
| XYZ | 46.07 | 25 | 40.93 | - |
| YUV | 125.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 171 | 0 | 0.77 | 0.30 | 0.04 | 323.3 | 0.9 | 0.59 |
| Hex | F4 | 38 | AB | 0 | 4D | 1E | 4 | 143 | 5A | 3B |
| Octal | 364 | 70 | 253 | 0 | 115 | 36 | 4 | 503 | 132 | 73 |
| Binary | 11110100 | 111000 | 10101011 | 0 | 1001101 | 11110 | 100 | 101000011 | 1011010 | 111011 |
Color Harmonies of #F438AB
Complementary color
Monochromatic Colors of #F438AB
Black with #F438AB
Text Example
Text Example
White with #F438AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438AB; }
p { color: rgb(244,56,171); }
H1.HeaderClassName
{
color: #F438AB;
}
.AnyTagClassName
{
color: #F438AB;
}
</style>
background-color css
<style>
a { background-color: #F438AB; }
a { background-color: rgb(244,56,171); }
div.DivClassName
{
background-color: #F438AB;
}
.BgClassName
{
background-color: #F438AB;
}
</style>
border-color css
<style>
span { border-color: #F438AB; }
span { border-color: rgb(244,56,171); }
td.TdClassName
{
border-color: #F438AB;
}
.TagClassName
{
border-color: #F438AB;
}
</style>