Shades of Persian Rose #F52B9C
Tints of Persian Rose #F52B9C
RGB
CMYK
RGB Variations
Color information
#F52B9C (or 0xF52B9C) is known color: Persian Rose. HEX triplet: F5, 2B and 9C. RGB value is (245,43,156). Sum of RGB (Red+Green+Blue) = 245+43+156=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52B9C is #0AD463. Grayscale: #747474. Windows color (decimal): -709732 or 10234869. OLE color: 10234869.
HSL color Cylindrical-coordinate representation of color #F52B9C: hue angle of 326.44º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52B9C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 156 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.04 |
| HSL | 326.44º | 0.91% | 0.56% | - |
| HSV(B) | 326.44º | 0.82% | 0.96% | - |
| XYZ | 44.52 | 23.54 | 33.65 | - |
| YUV | 116.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 156 | 0 | 0.82 | 0.36 | 0.04 | 326.44 | 0.91 | 0.56 |
| Hex | F5 | 2B | 9C | 0 | 52 | 24 | 4 | 146 | 5B | 38 |
| Octal | 365 | 53 | 234 | 0 | 122 | 44 | 4 | 506 | 133 | 70 |
| Binary | 11110101 | 101011 | 10011100 | 0 | 1010010 | 100100 | 100 | 101000110 | 1011011 | 111000 |
Color Harmonies of #F52B9C
Complementary color
Monochromatic Colors of #F52B9C
Black with #F52B9C
Text Example
Text Example
White with #F52B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52B9C; }
p { color: rgb(245,43,156); }
H1.HeaderClassName
{
color: #F52B9C;
}
.AnyTagClassName
{
color: #F52B9C;
}
</style>
background-color css
<style>
a { background-color: #F52B9C; }
a { background-color: rgb(245,43,156); }
div.DivClassName
{
background-color: #F52B9C;
}
.BgClassName
{
background-color: #F52B9C;
}
</style>
border-color css
<style>
span { border-color: #F52B9C; }
span { border-color: rgb(245,43,156); }
td.TdClassName
{
border-color: #F52B9C;
}
.TagClassName
{
border-color: #F52B9C;
}
</style>