Shades of Persian Rose #F53CB3
Tints of Persian Rose #F53CB3
RGB
CMYK
RGB Variations
Color information
#F53CB3 (or 0xF53CB3) is known color: Persian Rose. HEX triplet: F5, 3C and B3. RGB value is (245,60,179). Sum of RGB (Red+Green+Blue) = 245+60+179=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CB3 is #0AC34C. Grayscale: #808080. Windows color (decimal): -705357 or 11746549. OLE color: 11746549.
HSL color Cylindrical-coordinate representation of color #F53CB3: hue angle of 321.41º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CB3 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 179 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.04 |
| HSL | 321.41º | 0.9% | 0.6% | - |
| HSV(B) | 321.41º | 0.76% | 0.96% | - |
| XYZ | 47.41 | 25.9 | 45.15 | - |
| YUV | 128.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 179 | 0 | 0.76 | 0.27 | 0.04 | 321.41 | 0.9 | 0.6 |
| Hex | F5 | 3C | B3 | 0 | 4C | 1B | 4 | 141 | 5A | 3C |
| Octal | 365 | 74 | 263 | 0 | 114 | 33 | 4 | 501 | 132 | 74 |
| Binary | 11110101 | 111100 | 10110011 | 0 | 1001100 | 11011 | 100 | 101000001 | 1011010 | 111100 |
Color Harmonies of #F53CB3
Complementary color
Monochromatic Colors of #F53CB3
Black with #F53CB3
Text Example
Text Example
White with #F53CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CB3; }
p { color: rgb(245,60,179); }
H1.HeaderClassName
{
color: #F53CB3;
}
.AnyTagClassName
{
color: #F53CB3;
}
</style>
background-color css
<style>
a { background-color: #F53CB3; }
a { background-color: rgb(245,60,179); }
div.DivClassName
{
background-color: #F53CB3;
}
.BgClassName
{
background-color: #F53CB3;
}
</style>
border-color css
<style>
span { border-color: #F53CB3; }
span { border-color: rgb(245,60,179); }
td.TdClassName
{
border-color: #F53CB3;
}
.TagClassName
{
border-color: #F53CB3;
}
</style>