Shades of Persian Rose #F036AB
Tints of Persian Rose #F036AB
RGB
CMYK
RGB Variations
Color information
#F036AB (or 0xF036AB) is known color: Persian Rose. HEX triplet: F0, 36 and AB. RGB value is (240,54,171). Sum of RGB (Red+Green+Blue) = 240+54+171=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F036AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F036AB is #0FC954. Grayscale: #7A7A7A. Windows color (decimal): -1034581 or 11220720. OLE color: 11220720.
HSL color Cylindrical-coordinate representation of color #F036AB: hue angle of 322.26º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F036AB is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 171 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.06 |
| HSL | 322.26º | 0.86% | 0.58% | - |
| HSV(B) | 322.26º | 0.78% | 0.94% | - |
| XYZ | 44.61 | 24.1 | 40.83 | - |
| YUV | 122.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 171 | 0 | 0.78 | 0.29 | 0.06 | 322.26 | 0.86 | 0.58 |
| Hex | F0 | 36 | AB | 0 | 4E | 1D | 6 | 142 | 56 | 3A |
| Octal | 360 | 66 | 253 | 0 | 116 | 35 | 6 | 502 | 126 | 72 |
| Binary | 11110000 | 110110 | 10101011 | 0 | 1001110 | 11101 | 110 | 101000010 | 1010110 | 111010 |
Color Harmonies of #F036AB
Complementary color
Monochromatic Colors of #F036AB
Black with #F036AB
Text Example
Text Example
White with #F036AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036AB; }
p { color: rgb(240,54,171); }
H1.HeaderClassName
{
color: #F036AB;
}
.AnyTagClassName
{
color: #F036AB;
}
</style>
background-color css
<style>
a { background-color: #F036AB; }
a { background-color: rgb(240,54,171); }
div.DivClassName
{
background-color: #F036AB;
}
.BgClassName
{
background-color: #F036AB;
}
</style>
border-color css
<style>
span { border-color: #F036AB; }
span { border-color: rgb(240,54,171); }
td.TdClassName
{
border-color: #F036AB;
}
.TagClassName
{
border-color: #F036AB;
}
</style>