Shades of Persian Rose #FB269D
Tints of Persian Rose #FB269D
RGB
CMYK
RGB Variations
Color information
#FB269D (or 0xFB269D) is known color: Persian Rose. HEX triplet: FB, 26 and 9D. RGB value is (251,38,157). Sum of RGB (Red+Green+Blue) = 251+38+157=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB269D is #04D962. Grayscale: #727272. Windows color (decimal): -317795 or 10299131. OLE color: 10299131.
HSL color Cylindrical-coordinate representation of color #FB269D: hue angle of 326.48º 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 #FB269D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 157 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.02 |
| HSL | 326.48º | 0.96% | 0.57% | - |
| HSV(B) | 326.48º | 0.85% | 0.98% | - |
| XYZ | 46.56 | 24.33 | 34.14 | - |
| YUV | 115.25 | 151.57 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 157 | 0 | 0.85 | 0.37 | 0.02 | 326.48 | 0.96 | 0.57 |
| Hex | FB | 26 | 9D | 0 | 55 | 25 | 2 | 146 | 60 | 39 |
| Octal | 373 | 46 | 235 | 0 | 125 | 45 | 2 | 506 | 140 | 71 |
| Binary | 11111011 | 100110 | 10011101 | 0 | 1010101 | 100101 | 10 | 101000110 | 1100000 | 111001 |
Color Harmonies of #FB269D
Complementary color
Monochromatic Colors of #FB269D
Black with #FB269D
Text Example
Text Example
White with #FB269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB269D; }
p { color: rgb(251,38,157); }
H1.HeaderClassName
{
color: #FB269D;
}
.AnyTagClassName
{
color: #FB269D;
}
</style>
background-color css
<style>
a { background-color: #FB269D; }
a { background-color: rgb(251,38,157); }
div.DivClassName
{
background-color: #FB269D;
}
.BgClassName
{
background-color: #FB269D;
}
</style>
border-color css
<style>
span { border-color: #FB269D; }
span { border-color: rgb(251,38,157); }
td.TdClassName
{
border-color: #FB269D;
}
.TagClassName
{
border-color: #FB269D;
}
</style>