Shades of Persian Rose #F534B5
Tints of Persian Rose #F534B5
RGB
CMYK
RGB Variations
Color information
#F534B5 (or 0xF534B5) is known color: Persian Rose. HEX triplet: F5, 34 and B5. RGB value is (245,52,181). Sum of RGB (Red+Green+Blue) = 245+52+181=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F534B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F534B5 is #0ACB4A. Grayscale: #7C7C7C. Windows color (decimal): -707403 or 11875573. OLE color: 11875573.
HSL color Cylindrical-coordinate representation of color #F534B5: hue angle of 319.9º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F534B5 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 181 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.04 |
| HSL | 319.9º | 0.91% | 0.58% | - |
| HSV(B) | 319.9º | 0.79% | 0.96% | - |
| XYZ | 47.22 | 25.2 | 46.09 | - |
| YUV | 124.41 | 159.94 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 181 | 0 | 0.79 | 0.26 | 0.04 | 319.9 | 0.91 | 0.58 |
| Hex | F5 | 34 | B5 | 0 | 4F | 1A | 4 | 140 | 5B | 3A |
| Octal | 365 | 64 | 265 | 0 | 117 | 32 | 4 | 500 | 133 | 72 |
| Binary | 11110101 | 110100 | 10110101 | 0 | 1001111 | 11010 | 100 | 101000000 | 1011011 | 111010 |
Color Harmonies of #F534B5
Complementary color
Monochromatic Colors of #F534B5
Black with #F534B5
Text Example
Text Example
White with #F534B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534B5; }
p { color: rgb(245,52,181); }
H1.HeaderClassName
{
color: #F534B5;
}
.AnyTagClassName
{
color: #F534B5;
}
</style>
background-color css
<style>
a { background-color: #F534B5; }
a { background-color: rgb(245,52,181); }
div.DivClassName
{
background-color: #F534B5;
}
.BgClassName
{
background-color: #F534B5;
}
</style>
border-color css
<style>
span { border-color: #F534B5; }
span { border-color: rgb(245,52,181); }
td.TdClassName
{
border-color: #F534B5;
}
.TagClassName
{
border-color: #F534B5;
}
</style>