Shades of Persian Rose #FB28A6
Tints of Persian Rose #FB28A6
RGB
CMYK
RGB Variations
Color information
#FB28A6 (or 0xFB28A6) is known color: Persian Rose. HEX triplet: FB, 28 and A6. RGB value is (251,40,166). Sum of RGB (Red+Green+Blue) = 251+40+166=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB28A6 is #04D759. Grayscale: #757575. Windows color (decimal): -317274 or 10889467. OLE color: 10889467.
HSL color Cylindrical-coordinate representation of color #FB28A6: hue angle of 324.17º 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 #FB28A6 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 166 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.02 |
| HSL | 324.17º | 0.96% | 0.57% | - |
| HSV(B) | 324.17º | 0.84% | 0.98% | - |
| XYZ | 47.43 | 24.78 | 38.36 | - |
| YUV | 117.45 | 155.4 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 166 | 0 | 0.84 | 0.34 | 0.02 | 324.17 | 0.96 | 0.57 |
| Hex | FB | 28 | A6 | 0 | 54 | 22 | 2 | 144 | 60 | 39 |
| Octal | 373 | 50 | 246 | 0 | 124 | 42 | 2 | 504 | 140 | 71 |
| Binary | 11111011 | 101000 | 10100110 | 0 | 1010100 | 100010 | 10 | 101000100 | 1100000 | 111001 |
Color Harmonies of #FB28A6
Complementary color
Monochromatic Colors of #FB28A6
Black with #FB28A6
Text Example
Text Example
White with #FB28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28A6; }
p { color: rgb(251,40,166); }
H1.HeaderClassName
{
color: #FB28A6;
}
.AnyTagClassName
{
color: #FB28A6;
}
</style>
background-color css
<style>
a { background-color: #FB28A6; }
a { background-color: rgb(251,40,166); }
div.DivClassName
{
background-color: #FB28A6;
}
.BgClassName
{
background-color: #FB28A6;
}
</style>
border-color css
<style>
span { border-color: #FB28A6; }
span { border-color: rgb(251,40,166); }
td.TdClassName
{
border-color: #FB28A6;
}
.TagClassName
{
border-color: #FB28A6;
}
</style>