Shades of Persian Rose #FB26A8
Tints of Persian Rose #FB26A8
RGB
CMYK
RGB Variations
Color information
#FB26A8 (or 0xFB26A8) is known color: Persian Rose. HEX triplet: FB, 26 and A8. RGB value is (251,38,168). Sum of RGB (Red+Green+Blue) = 251+38+168=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB26A8 is #04D957. Grayscale: #747474. Windows color (decimal): -317784 or 11020027. OLE color: 11020027.
HSL color Cylindrical-coordinate representation of color #FB26A8: hue angle of 323.38º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB26A8 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 168 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.02 |
| HSL | 323.38º | 0.96% | 0.57% | - |
| HSV(B) | 323.38º | 0.85% | 0.98% | - |
| XYZ | 47.54 | 24.72 | 39.31 | - |
| YUV | 116.51 | 157.07 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 168 | 0 | 0.85 | 0.33 | 0.02 | 323.38 | 0.96 | 0.57 |
| Hex | FB | 26 | A8 | 0 | 55 | 21 | 2 | 143 | 60 | 39 |
| Octal | 373 | 46 | 250 | 0 | 125 | 41 | 2 | 503 | 140 | 71 |
| Binary | 11111011 | 100110 | 10101000 | 0 | 1010101 | 100001 | 10 | 101000011 | 1100000 | 111001 |
Color Harmonies of #FB26A8
Complementary color
Monochromatic Colors of #FB26A8
Black with #FB26A8
Text Example
Text Example
White with #FB26A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26A8; }
p { color: rgb(251,38,168); }
H1.HeaderClassName
{
color: #FB26A8;
}
.AnyTagClassName
{
color: #FB26A8;
}
</style>
background-color css
<style>
a { background-color: #FB26A8; }
a { background-color: rgb(251,38,168); }
div.DivClassName
{
background-color: #FB26A8;
}
.BgClassName
{
background-color: #FB26A8;
}
</style>
border-color css
<style>
span { border-color: #FB26A8; }
span { border-color: rgb(251,38,168); }
td.TdClassName
{
border-color: #FB26A8;
}
.TagClassName
{
border-color: #FB26A8;
}
</style>