Shades of Persian Rose #FB259D
Tints of Persian Rose #FB259D
RGB
CMYK
RGB Variations
Color information
#FB259D (or 0xFB259D) is known color: Persian Rose. HEX triplet: FB, 25 and 9D. RGB value is (251,37,157). Sum of RGB (Red+Green+Blue) = 251+37+157=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB259D is #04DA62. Grayscale: #727272. Windows color (decimal): -318051 or 10298875. OLE color: 10298875.
HSL color Cylindrical-coordinate representation of color #FB259D: hue angle of 326.36º 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 #FB259D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 157 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.02 |
| HSL | 326.36º | 0.96% | 0.56% | - |
| HSV(B) | 326.36º | 0.85% | 0.98% | - |
| XYZ | 46.53 | 24.27 | 34.13 | - |
| YUV | 114.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 157 | 0 | 0.85 | 0.37 | 0.02 | 326.36 | 0.96 | 0.56 |
| Hex | FB | 25 | 9D | 0 | 55 | 25 | 2 | 146 | 60 | 38 |
| Octal | 373 | 45 | 235 | 0 | 125 | 45 | 2 | 506 | 140 | 70 |
| Binary | 11111011 | 100101 | 10011101 | 0 | 1010101 | 100101 | 10 | 101000110 | 1100000 | 111000 |
Color Harmonies of #FB259D
Complementary color
Monochromatic Colors of #FB259D
Black with #FB259D
Text Example
Text Example
White with #FB259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB259D; }
p { color: rgb(251,37,157); }
H1.HeaderClassName
{
color: #FB259D;
}
.AnyTagClassName
{
color: #FB259D;
}
</style>
background-color css
<style>
a { background-color: #FB259D; }
a { background-color: rgb(251,37,157); }
div.DivClassName
{
background-color: #FB259D;
}
.BgClassName
{
background-color: #FB259D;
}
</style>
border-color css
<style>
span { border-color: #FB259D; }
span { border-color: rgb(251,37,157); }
td.TdClassName
{
border-color: #FB259D;
}
.TagClassName
{
border-color: #FB259D;
}
</style>