Shades of Persian Rose #FA2599
Tints of Persian Rose #FA2599
RGB
CMYK
RGB Variations
Color information
#FA2599 (or 0xFA2599) is known color: Persian Rose. HEX triplet: FA, 25 and 99. RGB value is (250,37,153). Sum of RGB (Red+Green+Blue) = 250+37+153=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2599 is #05DA66. Grayscale: #717171. Windows color (decimal): -383591 or 10036730. OLE color: 10036730.
HSL color Cylindrical-coordinate representation of color #FA2599: hue angle of 327.32º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2599 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 153 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.02 |
| HSL | 327.32º | 0.96% | 0.56% | - |
| HSV(B) | 327.32º | 0.85% | 0.98% | - |
| XYZ | 45.84 | 23.95 | 32.34 | - |
| YUV | 113.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 153 | 0 | 0.85 | 0.39 | 0.02 | 327.32 | 0.96 | 0.56 |
| Hex | FA | 25 | 99 | 0 | 55 | 27 | 2 | 147 | 60 | 38 |
| Octal | 372 | 45 | 231 | 0 | 125 | 47 | 2 | 507 | 140 | 70 |
| Binary | 11111010 | 100101 | 10011001 | 0 | 1010101 | 100111 | 10 | 101000111 | 1100000 | 111000 |
Color Harmonies of #FA2599
Complementary color
Monochromatic Colors of #FA2599
Black with #FA2599
Text Example
Text Example
White with #FA2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2599; }
p { color: rgb(250,37,153); }
H1.HeaderClassName
{
color: #FA2599;
}
.AnyTagClassName
{
color: #FA2599;
}
</style>
background-color css
<style>
a { background-color: #FA2599; }
a { background-color: rgb(250,37,153); }
div.DivClassName
{
background-color: #FA2599;
}
.BgClassName
{
background-color: #FA2599;
}
</style>
border-color css
<style>
span { border-color: #FA2599; }
span { border-color: rgb(250,37,153); }
td.TdClassName
{
border-color: #FA2599;
}
.TagClassName
{
border-color: #FA2599;
}
</style>