Shades of Persian Rose #F431B2
Tints of Persian Rose #F431B2
RGB
CMYK
RGB Variations
Color information
#F431B2 (or 0xF431B2) is known color: Persian Rose. HEX triplet: F4, 31 and B2. RGB value is (244,49,178). Sum of RGB (Red+Green+Blue) = 244+49+178=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F431B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F431B2 is #0BCE4D. Grayscale: #797979. Windows color (decimal): -773710 or 11678196. OLE color: 11678196.
HSL color Cylindrical-coordinate representation of color #F431B2: hue angle of 320.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431B2 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 178 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.04 |
| HSL | 320.31º | 0.9% | 0.57% | - |
| HSV(B) | 320.31º | 0.8% | 0.96% | - |
| XYZ | 46.44 | 24.64 | 44.43 | - |
| YUV | 122.01 | 159.6 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 178 | 0 | 0.80 | 0.27 | 0.04 | 320.31 | 0.9 | 0.57 |
| Hex | F4 | 31 | B2 | 0 | 50 | 1B | 4 | 140 | 5A | 39 |
| Octal | 364 | 61 | 262 | 0 | 120 | 33 | 4 | 500 | 132 | 71 |
| Binary | 11110100 | 110001 | 10110010 | 0 | 1010000 | 11011 | 100 | 101000000 | 1011010 | 111001 |
Color Harmonies of #F431B2
Complementary color
Monochromatic Colors of #F431B2
Black with #F431B2
Text Example
Text Example
White with #F431B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431B2; }
p { color: rgb(244,49,178); }
H1.HeaderClassName
{
color: #F431B2;
}
.AnyTagClassName
{
color: #F431B2;
}
</style>
background-color css
<style>
a { background-color: #F431B2; }
a { background-color: rgb(244,49,178); }
div.DivClassName
{
background-color: #F431B2;
}
.BgClassName
{
background-color: #F431B2;
}
</style>
border-color css
<style>
span { border-color: #F431B2; }
span { border-color: rgb(244,49,178); }
td.TdClassName
{
border-color: #F431B2;
}
.TagClassName
{
border-color: #F431B2;
}
</style>