Shades of Persian Rose #F036AD
Tints of Persian Rose #F036AD
RGB
CMYK
RGB Variations
Color information
#F036AD (or 0xF036AD) is known color: Persian Rose. HEX triplet: F0, 36 and AD. RGB value is (240,54,173). Sum of RGB (Red+Green+Blue) = 240+54+173=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F036AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F036AD is #0FC952. Grayscale: #7A7A7A. Windows color (decimal): -1034579 or 11351792. OLE color: 11351792.
HSL color Cylindrical-coordinate representation of color #F036AD: hue angle of 321.61º 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 #F036AD is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 173 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.06 |
| HSL | 321.61º | 0.86% | 0.58% | - |
| HSV(B) | 321.61º | 0.78% | 0.94% | - |
| XYZ | 44.8 | 24.18 | 41.84 | - |
| YUV | 123.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 173 | 0 | 0.78 | 0.28 | 0.06 | 321.61 | 0.86 | 0.58 |
| Hex | F0 | 36 | AD | 0 | 4E | 1C | 6 | 142 | 56 | 3A |
| Octal | 360 | 66 | 255 | 0 | 116 | 34 | 6 | 502 | 126 | 72 |
| Binary | 11110000 | 110110 | 10101101 | 0 | 1001110 | 11100 | 110 | 101000010 | 1010110 | 111010 |
Color Harmonies of #F036AD
Complementary color
Monochromatic Colors of #F036AD
Black with #F036AD
Text Example
Text Example
White with #F036AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036AD; }
p { color: rgb(240,54,173); }
H1.HeaderClassName
{
color: #F036AD;
}
.AnyTagClassName
{
color: #F036AD;
}
</style>
background-color css
<style>
a { background-color: #F036AD; }
a { background-color: rgb(240,54,173); }
div.DivClassName
{
background-color: #F036AD;
}
.BgClassName
{
background-color: #F036AD;
}
</style>
border-color css
<style>
span { border-color: #F036AD; }
span { border-color: rgb(240,54,173); }
td.TdClassName
{
border-color: #F036AD;
}
.TagClassName
{
border-color: #F036AD;
}
</style>