Shades of Persian Rose #FB1F9A
Tints of Persian Rose #FB1F9A
RGB
CMYK
RGB Variations
Color information
#FB1F9A (or 0xFB1F9A) is known color: Persian Rose. HEX triplet: FB, 1F and 9A. RGB value is (251,31,154). Sum of RGB (Red+Green+Blue) = 251+31+154=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1F9A is #04E065. Grayscale: #6E6E6E. Windows color (decimal): -319590 or 10100731. OLE color: 10100731.
HSL color Cylindrical-coordinate representation of color #FB1F9A: hue angle of 326.45º degrees, saturation: 0.96, 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 #FB1F9A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 154 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.02 |
| HSL | 326.45º | 0.96% | 0.55% | - |
| HSV(B) | 326.45º | 0.88% | 0.98% | - |
| XYZ | 46.11 | 23.82 | 32.74 | - |
| YUV | 110.8 | 152.39 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 154 | 0 | 0.88 | 0.39 | 0.02 | 326.45 | 0.96 | 0.55 |
| Hex | FB | 1F | 9A | 0 | 58 | 27 | 2 | 146 | 60 | 37 |
| Octal | 373 | 37 | 232 | 0 | 130 | 47 | 2 | 506 | 140 | 67 |
| Binary | 11111011 | 11111 | 10011010 | 0 | 1011000 | 100111 | 10 | 101000110 | 1100000 | 110111 |
Color Harmonies of #FB1F9A
Complementary color
Monochromatic Colors of #FB1F9A
Black with #FB1F9A
Text Example
Text Example
White with #FB1F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F9A; }
p { color: rgb(251,31,154); }
H1.HeaderClassName
{
color: #FB1F9A;
}
.AnyTagClassName
{
color: #FB1F9A;
}
</style>
background-color css
<style>
a { background-color: #FB1F9A; }
a { background-color: rgb(251,31,154); }
div.DivClassName
{
background-color: #FB1F9A;
}
.BgClassName
{
background-color: #FB1F9A;
}
</style>
border-color css
<style>
span { border-color: #FB1F9A; }
span { border-color: rgb(251,31,154); }
td.TdClassName
{
border-color: #FB1F9A;
}
.TagClassName
{
border-color: #FB1F9A;
}
</style>