Shades of Persian Rose #F140AF
Tints of Persian Rose #F140AF
RGB
CMYK
RGB Variations
Color information
#F140AF (or 0xF140AF) is known color: Persian Rose. HEX triplet: F1, 40 and AF. RGB value is (241,64,175). Sum of RGB (Red+Green+Blue) = 241+64+175=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F140AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F140AF is #0EBF50. Grayscale: #818181. Windows color (decimal): -966481 or 11485425. OLE color: 11485425.
HSL color Cylindrical-coordinate representation of color #F140AF: hue angle of 322.37º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140AF is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 175 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.05 |
| HSL | 322.37º | 0.86% | 0.6% | - |
| HSV(B) | 322.37º | 0.73% | 0.95% | - |
| XYZ | 45.85 | 25.46 | 43.06 | - |
| YUV | 129.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 175 | 0 | 0.73 | 0.27 | 0.05 | 322.37 | 0.86 | 0.6 |
| Hex | F1 | 40 | AF | 0 | 49 | 1B | 5 | 142 | 56 | 3C |
| Octal | 361 | 100 | 257 | 0 | 111 | 33 | 5 | 502 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10101111 | 0 | 1001001 | 11011 | 101 | 101000010 | 1010110 | 111100 |
Color Harmonies of #F140AF
Complementary color
Monochromatic Colors of #F140AF
Black with #F140AF
Text Example
Text Example
White with #F140AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140AF; }
p { color: rgb(241,64,175); }
H1.HeaderClassName
{
color: #F140AF;
}
.AnyTagClassName
{
color: #F140AF;
}
</style>
background-color css
<style>
a { background-color: #F140AF; }
a { background-color: rgb(241,64,175); }
div.DivClassName
{
background-color: #F140AF;
}
.BgClassName
{
background-color: #F140AF;
}
</style>
border-color css
<style>
span { border-color: #F140AF; }
span { border-color: rgb(241,64,175); }
td.TdClassName
{
border-color: #F140AF;
}
.TagClassName
{
border-color: #F140AF;
}
</style>