Shades of Persian Rose #F52FB3
Tints of Persian Rose #F52FB3
RGB
CMYK
RGB Variations
Color information
#F52FB3 (or 0xF52FB3) is known color: Persian Rose. HEX triplet: F5, 2F and B3. RGB value is (245,47,179). Sum of RGB (Red+Green+Blue) = 245+47+179=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52FB3 is #0AD04C. Grayscale: #787878. Windows color (decimal): -708685 or 11743221. OLE color: 11743221.
HSL color Cylindrical-coordinate representation of color #F52FB3: hue angle of 320º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52FB3 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 179 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.04 |
| HSL | 320º | 0.91% | 0.57% | - |
| HSV(B) | 320º | 0.81% | 0.96% | - |
| XYZ | 46.81 | 24.7 | 44.95 | - |
| YUV | 121.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 179 | 0 | 0.81 | 0.27 | 0.04 | 320 | 0.91 | 0.57 |
| Hex | F5 | 2F | B3 | 0 | 51 | 1B | 4 | 140 | 5B | 39 |
| Octal | 365 | 57 | 263 | 0 | 121 | 33 | 4 | 500 | 133 | 71 |
| Binary | 11110101 | 101111 | 10110011 | 0 | 1010001 | 11011 | 100 | 101000000 | 1011011 | 111001 |
Color Harmonies of #F52FB3
Complementary color
Monochromatic Colors of #F52FB3
Black with #F52FB3
Text Example
Text Example
White with #F52FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52FB3; }
p { color: rgb(245,47,179); }
H1.HeaderClassName
{
color: #F52FB3;
}
.AnyTagClassName
{
color: #F52FB3;
}
</style>
background-color css
<style>
a { background-color: #F52FB3; }
a { background-color: rgb(245,47,179); }
div.DivClassName
{
background-color: #F52FB3;
}
.BgClassName
{
background-color: #F52FB3;
}
</style>
border-color css
<style>
span { border-color: #F52FB3; }
span { border-color: rgb(245,47,179); }
td.TdClassName
{
border-color: #F52FB3;
}
.TagClassName
{
border-color: #F52FB3;
}
</style>