Shades of Persian Rose #FB269F
Tints of Persian Rose #FB269F
RGB
CMYK
RGB Variations
Color information
#FB269F (or 0xFB269F) is known color: Persian Rose. HEX triplet: FB, 26 and 9F. RGB value is (251,38,159). Sum of RGB (Red+Green+Blue) = 251+38+159=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB269F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB269F is #04D960. Grayscale: #737373. Windows color (decimal): -317793 or 10430203. OLE color: 10430203.
HSL color Cylindrical-coordinate representation of color #FB269F: hue angle of 325.92º 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 #FB269F is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 159 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.02 |
| HSL | 325.92º | 0.96% | 0.57% | - |
| HSV(B) | 325.92º | 0.85% | 0.98% | - |
| XYZ | 46.73 | 24.4 | 35.05 | - |
| YUV | 115.48 | 152.57 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 159 | 0 | 0.85 | 0.37 | 0.02 | 325.92 | 0.96 | 0.57 |
| Hex | FB | 26 | 9F | 0 | 55 | 25 | 2 | 146 | 60 | 39 |
| Octal | 373 | 46 | 237 | 0 | 125 | 45 | 2 | 506 | 140 | 71 |
| Binary | 11111011 | 100110 | 10011111 | 0 | 1010101 | 100101 | 10 | 101000110 | 1100000 | 111001 |
Color Harmonies of #FB269F
Complementary color
Monochromatic Colors of #FB269F
Black with #FB269F
Text Example
Text Example
White with #FB269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB269F; }
p { color: rgb(251,38,159); }
H1.HeaderClassName
{
color: #FB269F;
}
.AnyTagClassName
{
color: #FB269F;
}
</style>
background-color css
<style>
a { background-color: #FB269F; }
a { background-color: rgb(251,38,159); }
div.DivClassName
{
background-color: #FB269F;
}
.BgClassName
{
background-color: #FB269F;
}
</style>
border-color css
<style>
span { border-color: #FB269F; }
span { border-color: rgb(251,38,159); }
td.TdClassName
{
border-color: #FB269F;
}
.TagClassName
{
border-color: #FB269F;
}
</style>