Shades of Persian Rose #F01D9E
Tints of Persian Rose #F01D9E
RGB
CMYK
RGB Variations
Color information
#F01D9E (or 0xF01D9E) is known color: Persian Rose. HEX triplet: F0, 1D and 9E. RGB value is (240,29,158). Sum of RGB (Red+Green+Blue) = 240+29+158=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01D9E is #0FE261. Grayscale: #6A6A6A. Windows color (decimal): -1040994 or 10362352. OLE color: 10362352.
HSL color Cylindrical-coordinate representation of color #F01D9E: hue angle of 323.32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01D9E is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 158 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.06 |
| HSL | 323.32º | 0.88% | 0.53% | - |
| HSV(B) | 323.32º | 0.88% | 0.94% | - |
| XYZ | 42.55 | 21.87 | 34.33 | - |
| YUV | 106.8 | 156.9 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 158 | 0 | 0.88 | 0.34 | 0.06 | 323.32 | 0.88 | 0.53 |
| Hex | F0 | 1D | 9E | 0 | 58 | 22 | 6 | 143 | 58 | 35 |
| Octal | 360 | 35 | 236 | 0 | 130 | 42 | 6 | 503 | 130 | 65 |
| Binary | 11110000 | 11101 | 10011110 | 0 | 1011000 | 100010 | 110 | 101000011 | 1011000 | 110101 |
Color Harmonies of #F01D9E
Complementary color
Monochromatic Colors of #F01D9E
Black with #F01D9E
Text Example
Text Example
White with #F01D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D9E; }
p { color: rgb(240,29,158); }
H1.HeaderClassName
{
color: #F01D9E;
}
.AnyTagClassName
{
color: #F01D9E;
}
</style>
background-color css
<style>
a { background-color: #F01D9E; }
a { background-color: rgb(240,29,158); }
div.DivClassName
{
background-color: #F01D9E;
}
.BgClassName
{
background-color: #F01D9E;
}
</style>
border-color css
<style>
span { border-color: #F01D9E; }
span { border-color: rgb(240,29,158); }
td.TdClassName
{
border-color: #F01D9E;
}
.TagClassName
{
border-color: #F01D9E;
}
</style>