Shades of Persian Rose #FB2595
Tints of Persian Rose #FB2595
RGB
CMYK
RGB Variations
Color information
#FB2595 (or 0xFB2595) is known color: Persian Rose. HEX triplet: FB, 25 and 95. RGB value is (251,37,149). Sum of RGB (Red+Green+Blue) = 251+37+149=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2595 is #04DA6A. Grayscale: #717171. Windows color (decimal): -318059 or 9774587. OLE color: 9774587.
HSL color Cylindrical-coordinate representation of color #FB2595: hue angle of 328.6º 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 #FB2595 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 149 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.02 |
| HSL | 328.6º | 0.96% | 0.56% | - |
| HSV(B) | 328.6º | 0.85% | 0.98% | - |
| XYZ | 45.87 | 24 | 30.65 | - |
| YUV | 113.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 149 | 0 | 0.85 | 0.41 | 0.02 | 328.6 | 0.96 | 0.56 |
| Hex | FB | 25 | 95 | 0 | 55 | 29 | 2 | 149 | 60 | 38 |
| Octal | 373 | 45 | 225 | 0 | 125 | 51 | 2 | 511 | 140 | 70 |
| Binary | 11111011 | 100101 | 10010101 | 0 | 1010101 | 101001 | 10 | 101001001 | 1100000 | 111000 |
Color Harmonies of #FB2595
Complementary color
Monochromatic Colors of #FB2595
Black with #FB2595
Text Example
Text Example
White with #FB2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2595; }
p { color: rgb(251,37,149); }
H1.HeaderClassName
{
color: #FB2595;
}
.AnyTagClassName
{
color: #FB2595;
}
</style>
background-color css
<style>
a { background-color: #FB2595; }
a { background-color: rgb(251,37,149); }
div.DivClassName
{
background-color: #FB2595;
}
.BgClassName
{
background-color: #FB2595;
}
</style>
border-color css
<style>
span { border-color: #FB2595; }
span { border-color: rgb(251,37,149); }
td.TdClassName
{
border-color: #FB2595;
}
.TagClassName
{
border-color: #FB2595;
}
</style>