Shades of Persian Rose #FB279C
Tints of Persian Rose #FB279C
RGB
CMYK
RGB Variations
Color information
#FB279C (or 0xFB279C) is known color: Persian Rose. HEX triplet: FB, 27 and 9C. RGB value is (251,39,156). Sum of RGB (Red+Green+Blue) = 251+39+156=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB279C is #04D863. Grayscale: #737373. Windows color (decimal): -317540 or 10233851. OLE color: 10233851.
HSL color Cylindrical-coordinate representation of color #FB279C: hue angle of 326.89º 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 #FB279C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 156 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.02 |
| HSL | 326.89º | 0.96% | 0.57% | - |
| HSV(B) | 326.89º | 0.84% | 0.98% | - |
| XYZ | 46.51 | 24.36 | 33.7 | - |
| YUV | 115.73 | 150.74 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 156 | 0 | 0.84 | 0.38 | 0.02 | 326.89 | 0.96 | 0.57 |
| Hex | FB | 27 | 9C | 0 | 54 | 26 | 2 | 147 | 60 | 39 |
| Octal | 373 | 47 | 234 | 0 | 124 | 46 | 2 | 507 | 140 | 71 |
| Binary | 11111011 | 100111 | 10011100 | 0 | 1010100 | 100110 | 10 | 101000111 | 1100000 | 111001 |
Color Harmonies of #FB279C
Complementary color
Monochromatic Colors of #FB279C
Black with #FB279C
Text Example
Text Example
White with #FB279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB279C; }
p { color: rgb(251,39,156); }
H1.HeaderClassName
{
color: #FB279C;
}
.AnyTagClassName
{
color: #FB279C;
}
</style>
background-color css
<style>
a { background-color: #FB279C; }
a { background-color: rgb(251,39,156); }
div.DivClassName
{
background-color: #FB279C;
}
.BgClassName
{
background-color: #FB279C;
}
</style>
border-color css
<style>
span { border-color: #FB279C; }
span { border-color: rgb(251,39,156); }
td.TdClassName
{
border-color: #FB279C;
}
.TagClassName
{
border-color: #FB279C;
}
</style>