Shades of Persian Rose #FB1D9F
Tints of Persian Rose #FB1D9F
RGB
CMYK
RGB Variations
Color information
#FB1D9F (or 0xFB1D9F) is known color: Persian Rose. HEX triplet: FB, 1D and 9F. RGB value is (251,29,159). Sum of RGB (Red+Green+Blue) = 251+29+159=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1D9F is #04E260. Grayscale: #6D6D6D. Windows color (decimal): -320097 or 10427899. OLE color: 10427899.
HSL color Cylindrical-coordinate representation of color #FB1D9F: hue angle of 324.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D9F is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 159 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.02 |
| HSL | 324.86º | 0.97% | 0.55% | - |
| HSV(B) | 324.86º | 0.88% | 0.98% | - |
| XYZ | 46.48 | 23.89 | 34.96 | - |
| YUV | 110.2 | 155.55 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 159 | 0 | 0.88 | 0.37 | 0.02 | 324.86 | 0.97 | 0.55 |
| Hex | FB | 1D | 9F | 0 | 58 | 25 | 2 | 145 | 61 | 37 |
| Octal | 373 | 35 | 237 | 0 | 130 | 45 | 2 | 505 | 141 | 67 |
| Binary | 11111011 | 11101 | 10011111 | 0 | 1011000 | 100101 | 10 | 101000101 | 1100001 | 110111 |
Color Harmonies of #FB1D9F
Complementary color
Monochromatic Colors of #FB1D9F
Black with #FB1D9F
Text Example
Text Example
White with #FB1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D9F; }
p { color: rgb(251,29,159); }
H1.HeaderClassName
{
color: #FB1D9F;
}
.AnyTagClassName
{
color: #FB1D9F;
}
</style>
background-color css
<style>
a { background-color: #FB1D9F; }
a { background-color: rgb(251,29,159); }
div.DivClassName
{
background-color: #FB1D9F;
}
.BgClassName
{
background-color: #FB1D9F;
}
</style>
border-color css
<style>
span { border-color: #FB1D9F; }
span { border-color: rgb(251,29,159); }
td.TdClassName
{
border-color: #FB1D9F;
}
.TagClassName
{
border-color: #FB1D9F;
}
</style>