Shades of Persian Rose #F0219A
Tints of Persian Rose #F0219A
RGB
CMYK
RGB Variations
Color information
#F0219A (or 0xF0219A) is known color: Persian Rose. HEX triplet: F0, 21 and 9A. RGB value is (240,33,154). Sum of RGB (Red+Green+Blue) = 240+33+154=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0219A is #0FDE65. Grayscale: #6C6C6C. Windows color (decimal): -1039974 or 10101232. OLE color: 10101232.
HSL color Cylindrical-coordinate representation of color #F0219A: hue angle of 324.93º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0219A is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 154 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.06 |
| HSL | 324.93º | 0.87% | 0.54% | - |
| HSV(B) | 324.93º | 0.86% | 0.94% | - |
| XYZ | 42.31 | 21.95 | 32.58 | - |
| YUV | 108.69 | 153.58 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 154 | 0 | 0.86 | 0.36 | 0.06 | 324.93 | 0.87 | 0.54 |
| Hex | F0 | 21 | 9A | 0 | 56 | 24 | 6 | 145 | 57 | 36 |
| Octal | 360 | 41 | 232 | 0 | 126 | 44 | 6 | 505 | 127 | 66 |
| Binary | 11110000 | 100001 | 10011010 | 0 | 1010110 | 100100 | 110 | 101000101 | 1010111 | 110110 |
Color Harmonies of #F0219A
Complementary color
Monochromatic Colors of #F0219A
Black with #F0219A
Text Example
Text Example
White with #F0219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0219A; }
p { color: rgb(240,33,154); }
H1.HeaderClassName
{
color: #F0219A;
}
.AnyTagClassName
{
color: #F0219A;
}
</style>
background-color css
<style>
a { background-color: #F0219A; }
a { background-color: rgb(240,33,154); }
div.DivClassName
{
background-color: #F0219A;
}
.BgClassName
{
background-color: #F0219A;
}
</style>
border-color css
<style>
span { border-color: #F0219A; }
span { border-color: rgb(240,33,154); }
td.TdClassName
{
border-color: #F0219A;
}
.TagClassName
{
border-color: #F0219A;
}
</style>