Shades of Persian Rose #F53DB0
Tints of Persian Rose #F53DB0
RGB
CMYK
RGB Variations
Color information
#F53DB0 (or 0xF53DB0) is known color: Persian Rose. HEX triplet: F5, 3D and B0. RGB value is (245,61,176). Sum of RGB (Red+Green+Blue) = 245+61+176=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53DB0 is #0AC24F. Grayscale: #808080. Windows color (decimal): -705104 or 11550197. OLE color: 11550197.
HSL color Cylindrical-coordinate representation of color #F53DB0: hue angle of 322.5º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53DB0 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 176 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.04 |
| HSL | 322.5º | 0.9% | 0.6% | - |
| HSV(B) | 322.5º | 0.75% | 0.96% | - |
| XYZ | 47.16 | 25.88 | 43.58 | - |
| YUV | 129.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 176 | 0 | 0.75 | 0.28 | 0.04 | 322.5 | 0.9 | 0.6 |
| Hex | F5 | 3D | B0 | 0 | 4B | 1C | 4 | 142 | 5A | 3C |
| Octal | 365 | 75 | 260 | 0 | 113 | 34 | 4 | 502 | 132 | 74 |
| Binary | 11110101 | 111101 | 10110000 | 0 | 1001011 | 11100 | 100 | 101000010 | 1011010 | 111100 |
Color Harmonies of #F53DB0
Complementary color
Monochromatic Colors of #F53DB0
Black with #F53DB0
Text Example
Text Example
White with #F53DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53DB0; }
p { color: rgb(245,61,176); }
H1.HeaderClassName
{
color: #F53DB0;
}
.AnyTagClassName
{
color: #F53DB0;
}
</style>
background-color css
<style>
a { background-color: #F53DB0; }
a { background-color: rgb(245,61,176); }
div.DivClassName
{
background-color: #F53DB0;
}
.BgClassName
{
background-color: #F53DB0;
}
</style>
border-color css
<style>
span { border-color: #F53DB0; }
span { border-color: rgb(245,61,176); }
td.TdClassName
{
border-color: #F53DB0;
}
.TagClassName
{
border-color: #F53DB0;
}
</style>