Shades of Persian Rose #F028AA
Tints of Persian Rose #F028AA
RGB
CMYK
RGB Variations
Color information
#F028AA (or 0xF028AA) is known color: Persian Rose. HEX triplet: F0, 28 and AA. RGB value is (240,40,170). Sum of RGB (Red+Green+Blue) = 240+40+170=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F028AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F028AA is #0FD755. Grayscale: #727272. Windows color (decimal): -1038166 or 11151600. OLE color: 11151600.
HSL color Cylindrical-coordinate representation of color #F028AA: hue angle of 321º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028AA is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 170 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.06 |
| HSL | 321º | 0.87% | 0.55% | - |
| HSV(B) | 321º | 0.83% | 0.94% | - |
| XYZ | 43.95 | 22.95 | 40.14 | - |
| YUV | 114.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 170 | 0 | 0.83 | 0.29 | 0.06 | 321 | 0.87 | 0.55 |
| Hex | F0 | 28 | AA | 0 | 53 | 1D | 6 | 141 | 57 | 37 |
| Octal | 360 | 50 | 252 | 0 | 123 | 35 | 6 | 501 | 127 | 67 |
| Binary | 11110000 | 101000 | 10101010 | 0 | 1010011 | 11101 | 110 | 101000001 | 1010111 | 110111 |
Color Harmonies of #F028AA
Complementary color
Monochromatic Colors of #F028AA
Black with #F028AA
Text Example
Text Example
White with #F028AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028AA; }
p { color: rgb(240,40,170); }
H1.HeaderClassName
{
color: #F028AA;
}
.AnyTagClassName
{
color: #F028AA;
}
</style>
background-color css
<style>
a { background-color: #F028AA; }
a { background-color: rgb(240,40,170); }
div.DivClassName
{
background-color: #F028AA;
}
.BgClassName
{
background-color: #F028AA;
}
</style>
border-color css
<style>
span { border-color: #F028AA; }
span { border-color: rgb(240,40,170); }
td.TdClassName
{
border-color: #F028AA;
}
.TagClassName
{
border-color: #F028AA;
}
</style>