Shades of Persian Rose #FB299A
Tints of Persian Rose #FB299A
RGB
CMYK
RGB Variations
Color information
#FB299A (or 0xFB299A) is known color: Persian Rose. HEX triplet: FB, 29 and 9A. RGB value is (251,41,154). Sum of RGB (Red+Green+Blue) = 251+41+154=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB299A is #04D665. Grayscale: #747474. Windows color (decimal): -317030 or 10103291. OLE color: 10103291.
HSL color Cylindrical-coordinate representation of color #FB299A: hue angle of 327.71º 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 #FB299A is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 154 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.02 |
| HSL | 327.71º | 0.96% | 0.57% | - |
| HSV(B) | 327.71º | 0.84% | 0.98% | - |
| XYZ | 46.41 | 24.43 | 32.84 | - |
| YUV | 116.67 | 149.07 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 154 | 0 | 0.84 | 0.39 | 0.02 | 327.71 | 0.96 | 0.57 |
| Hex | FB | 29 | 9A | 0 | 54 | 27 | 2 | 148 | 60 | 39 |
| Octal | 373 | 51 | 232 | 0 | 124 | 47 | 2 | 510 | 140 | 71 |
| Binary | 11111011 | 101001 | 10011010 | 0 | 1010100 | 100111 | 10 | 101001000 | 1100000 | 111001 |
Color Harmonies of #FB299A
Complementary color
Monochromatic Colors of #FB299A
Black with #FB299A
Text Example
Text Example
White with #FB299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB299A; }
p { color: rgb(251,41,154); }
H1.HeaderClassName
{
color: #FB299A;
}
.AnyTagClassName
{
color: #FB299A;
}
</style>
background-color css
<style>
a { background-color: #FB299A; }
a { background-color: rgb(251,41,154); }
div.DivClassName
{
background-color: #FB299A;
}
.BgClassName
{
background-color: #FB299A;
}
</style>
border-color css
<style>
span { border-color: #FB299A; }
span { border-color: rgb(251,41,154); }
td.TdClassName
{
border-color: #FB299A;
}
.TagClassName
{
border-color: #FB299A;
}
</style>