Shades of Persian Rose #F026A8
Tints of Persian Rose #F026A8
RGB
CMYK
RGB Variations
Color information
#F026A8 (or 0xF026A8) is known color: Persian Rose. HEX triplet: F0, 26 and A8. RGB value is (240,38,168). Sum of RGB (Red+Green+Blue) = 240+38+168=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F026A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F026A8 is #0FD957. Grayscale: #707070. Windows color (decimal): -1038680 or 11020016. OLE color: 11020016.
HSL color Cylindrical-coordinate representation of color #F026A8: hue angle of 321.39º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F026A8 is Cyan = 0, Magento = 0.84, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 168 | - |
| CMYK | 0 | 0.84 | 0.3 | 0.06 |
| HSL | 321.39º | 0.87% | 0.55% | - |
| HSV(B) | 321.39º | 0.84% | 0.94% | - |
| XYZ | 43.7 | 22.74 | 39.13 | - |
| YUV | 113.22 | 158.92 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 168 | 0 | 0.84 | 0.3 | 0.06 | 321.39 | 0.87 | 0.55 |
| Hex | F0 | 26 | A8 | 0 | 54 | 1E | 6 | 141 | 57 | 37 |
| Octal | 360 | 46 | 250 | 0 | 124 | 36 | 6 | 501 | 127 | 67 |
| Binary | 11110000 | 100110 | 10101000 | 0 | 1010100 | 11110 | 110 | 101000001 | 1010111 | 110111 |
Color Harmonies of #F026A8
Complementary color
Monochromatic Colors of #F026A8
Black with #F026A8
Text Example
Text Example
White with #F026A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F026A8; }
p { color: rgb(240,38,168); }
H1.HeaderClassName
{
color: #F026A8;
}
.AnyTagClassName
{
color: #F026A8;
}
</style>
background-color css
<style>
a { background-color: #F026A8; }
a { background-color: rgb(240,38,168); }
div.DivClassName
{
background-color: #F026A8;
}
.BgClassName
{
background-color: #F026A8;
}
</style>
border-color css
<style>
span { border-color: #F026A8; }
span { border-color: rgb(240,38,168); }
td.TdClassName
{
border-color: #F026A8;
}
.TagClassName
{
border-color: #F026A8;
}
</style>