Shades of Persian Rose #F53DB3
Tints of Persian Rose #F53DB3
RGB
CMYK
RGB Variations
Color information
#F53DB3 (or 0xF53DB3) is known color: Persian Rose. HEX triplet: F5, 3D and B3. RGB value is (245,61,179). Sum of RGB (Red+Green+Blue) = 245+61+179=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53DB3 is #0AC24C. Grayscale: #818181. Windows color (decimal): -705101 or 11746805. OLE color: 11746805.
HSL color Cylindrical-coordinate representation of color #F53DB3: hue angle of 321.52º 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 #F53DB3 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 179 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.04 |
| HSL | 321.52º | 0.9% | 0.6% | - |
| HSV(B) | 321.52º | 0.75% | 0.96% | - |
| XYZ | 47.46 | 26 | 45.17 | - |
| YUV | 129.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 179 | 0 | 0.75 | 0.27 | 0.04 | 321.52 | 0.9 | 0.6 |
| Hex | F5 | 3D | B3 | 0 | 4B | 1B | 4 | 142 | 5A | 3C |
| Octal | 365 | 75 | 263 | 0 | 113 | 33 | 4 | 502 | 132 | 74 |
| Binary | 11110101 | 111101 | 10110011 | 0 | 1001011 | 11011 | 100 | 101000010 | 1011010 | 111100 |
Color Harmonies of #F53DB3
Complementary color
Monochromatic Colors of #F53DB3
Black with #F53DB3
Text Example
Text Example
White with #F53DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53DB3; }
p { color: rgb(245,61,179); }
H1.HeaderClassName
{
color: #F53DB3;
}
.AnyTagClassName
{
color: #F53DB3;
}
</style>
background-color css
<style>
a { background-color: #F53DB3; }
a { background-color: rgb(245,61,179); }
div.DivClassName
{
background-color: #F53DB3;
}
.BgClassName
{
background-color: #F53DB3;
}
</style>
border-color css
<style>
span { border-color: #F53DB3; }
span { border-color: rgb(245,61,179); }
td.TdClassName
{
border-color: #F53DB3;
}
.TagClassName
{
border-color: #F53DB3;
}
</style>