Shades of Persian Rose #F426AB
Tints of Persian Rose #F426AB
RGB
CMYK
RGB Variations
Color information
#F426AB (or 0xF426AB) is known color: Persian Rose. HEX triplet: F4, 26 and AB. RGB value is (244,38,171). Sum of RGB (Red+Green+Blue) = 244+38+171=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F426AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F426AB is #0BD954. Grayscale: #727272. Windows color (decimal): -776533 or 11216628. OLE color: 11216628.
HSL color Cylindrical-coordinate representation of color #F426AB: hue angle of 321.26º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F426AB is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 171 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.04 |
| HSL | 321.26º | 0.9% | 0.55% | - |
| HSV(B) | 321.26º | 0.84% | 0.96% | - |
| XYZ | 45.35 | 23.56 | 40.69 | - |
| YUV | 114.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 171 | 0 | 0.84 | 0.30 | 0.04 | 321.26 | 0.9 | 0.55 |
| Hex | F4 | 26 | AB | 0 | 54 | 1E | 4 | 141 | 5A | 37 |
| Octal | 364 | 46 | 253 | 0 | 124 | 36 | 4 | 501 | 132 | 67 |
| Binary | 11110100 | 100110 | 10101011 | 0 | 1010100 | 11110 | 100 | 101000001 | 1011010 | 110111 |
Color Harmonies of #F426AB
Complementary color
Monochromatic Colors of #F426AB
Black with #F426AB
Text Example
Text Example
White with #F426AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426AB; }
p { color: rgb(244,38,171); }
H1.HeaderClassName
{
color: #F426AB;
}
.AnyTagClassName
{
color: #F426AB;
}
</style>
background-color css
<style>
a { background-color: #F426AB; }
a { background-color: rgb(244,38,171); }
div.DivClassName
{
background-color: #F426AB;
}
.BgClassName
{
background-color: #F426AB;
}
</style>
border-color css
<style>
span { border-color: #F426AB; }
span { border-color: rgb(244,38,171); }
td.TdClassName
{
border-color: #F426AB;
}
.TagClassName
{
border-color: #F426AB;
}
</style>