Shades of Persian Rose #F51D9C
Tints of Persian Rose #F51D9C
RGB
CMYK
RGB Variations
Color information
#F51D9C (or 0xF51D9C) is known color: Persian Rose. HEX triplet: F5, 1D and 9C. RGB value is (245,29,156). Sum of RGB (Red+Green+Blue) = 245+29+156=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51D9C is #0AE263. Grayscale: #6B6B6B. Windows color (decimal): -713316 or 10231285. OLE color: 10231285.
HSL color Cylindrical-coordinate representation of color #F51D9C: hue angle of 324.72º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51D9C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 156 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.04 |
| HSL | 324.72º | 0.92% | 0.54% | - |
| HSV(B) | 324.72º | 0.88% | 0.96% | - |
| XYZ | 44.1 | 22.69 | 33.51 | - |
| YUV | 108.06 | 155.06 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 156 | 0 | 0.88 | 0.36 | 0.04 | 324.72 | 0.92 | 0.54 |
| Hex | F5 | 1D | 9C | 0 | 58 | 24 | 4 | 145 | 5C | 36 |
| Octal | 365 | 35 | 234 | 0 | 130 | 44 | 4 | 505 | 134 | 66 |
| Binary | 11110101 | 11101 | 10011100 | 0 | 1011000 | 100100 | 100 | 101000101 | 1011100 | 110110 |
Color Harmonies of #F51D9C
Complementary color
Monochromatic Colors of #F51D9C
Black with #F51D9C
Text Example
Text Example
White with #F51D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51D9C; }
p { color: rgb(245,29,156); }
H1.HeaderClassName
{
color: #F51D9C;
}
.AnyTagClassName
{
color: #F51D9C;
}
</style>
background-color css
<style>
a { background-color: #F51D9C; }
a { background-color: rgb(245,29,156); }
div.DivClassName
{
background-color: #F51D9C;
}
.BgClassName
{
background-color: #F51D9C;
}
</style>
border-color css
<style>
span { border-color: #F51D9C; }
span { border-color: rgb(245,29,156); }
td.TdClassName
{
border-color: #F51D9C;
}
.TagClassName
{
border-color: #F51D9C;
}
</style>