Shades of Persian Rose #FB279F
Tints of Persian Rose #FB279F
RGB
CMYK
RGB Variations
Color information
#FB279F (or 0xFB279F) is known color: Persian Rose. HEX triplet: FB, 27 and 9F. RGB value is (251,39,159). Sum of RGB (Red+Green+Blue) = 251+39+159=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB279F is #04D860. Grayscale: #737373. Windows color (decimal): -317537 or 10430459. OLE color: 10430459.
HSL color Cylindrical-coordinate representation of color #FB279F: hue angle of 326.04º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB279F is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 159 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.02 |
| HSL | 326.04º | 0.96% | 0.57% | - |
| HSV(B) | 326.04º | 0.84% | 0.98% | - |
| XYZ | 46.77 | 24.46 | 35.06 | - |
| YUV | 116.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 159 | 0 | 0.84 | 0.37 | 0.02 | 326.04 | 0.96 | 0.57 |
| Hex | FB | 27 | 9F | 0 | 54 | 25 | 2 | 146 | 60 | 39 |
| Octal | 373 | 47 | 237 | 0 | 124 | 45 | 2 | 506 | 140 | 71 |
| Binary | 11111011 | 100111 | 10011111 | 0 | 1010100 | 100101 | 10 | 101000110 | 1100000 | 111001 |
Color Harmonies of #FB279F
Complementary color
Monochromatic Colors of #FB279F
Black with #FB279F
Text Example
Text Example
White with #FB279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB279F; }
p { color: rgb(251,39,159); }
H1.HeaderClassName
{
color: #FB279F;
}
.AnyTagClassName
{
color: #FB279F;
}
</style>
background-color css
<style>
a { background-color: #FB279F; }
a { background-color: rgb(251,39,159); }
div.DivClassName
{
background-color: #FB279F;
}
.BgClassName
{
background-color: #FB279F;
}
</style>
border-color css
<style>
span { border-color: #FB279F; }
span { border-color: rgb(251,39,159); }
td.TdClassName
{
border-color: #FB279F;
}
.TagClassName
{
border-color: #FB279F;
}
</style>