Shades of Persian Rose #FB2FAA
Tints of Persian Rose #FB2FAA
RGB
CMYK
RGB Variations
Color information
#FB2FAA (or 0xFB2FAA) is known color: Persian Rose. HEX triplet: FB, 2F and AA. RGB value is (251,47,170). Sum of RGB (Red+Green+Blue) = 251+47+170=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2FAA is #04D055. Grayscale: #797979. Windows color (decimal): -315478 or 11153403. OLE color: 11153403.
HSL color Cylindrical-coordinate representation of color #FB2FAA: hue angle of 323.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2FAA is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 170 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.02 |
| HSL | 323.82º | 0.96% | 0.58% | - |
| HSV(B) | 323.82º | 0.81% | 0.98% | - |
| XYZ | 48.06 | 25.44 | 40.41 | - |
| YUV | 122.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 170 | 0 | 0.81 | 0.32 | 0.02 | 323.82 | 0.96 | 0.58 |
| Hex | FB | 2F | AA | 0 | 51 | 20 | 2 | 144 | 60 | 3A |
| Octal | 373 | 57 | 252 | 0 | 121 | 40 | 2 | 504 | 140 | 72 |
| Binary | 11111011 | 101111 | 10101010 | 0 | 1010001 | 100000 | 10 | 101000100 | 1100000 | 111010 |
Color Harmonies of #FB2FAA
Complementary color
Monochromatic Colors of #FB2FAA
Black with #FB2FAA
Text Example
Text Example
White with #FB2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2FAA; }
p { color: rgb(251,47,170); }
H1.HeaderClassName
{
color: #FB2FAA;
}
.AnyTagClassName
{
color: #FB2FAA;
}
</style>
background-color css
<style>
a { background-color: #FB2FAA; }
a { background-color: rgb(251,47,170); }
div.DivClassName
{
background-color: #FB2FAA;
}
.BgClassName
{
background-color: #FB2FAA;
}
</style>
border-color css
<style>
span { border-color: #FB2FAA; }
span { border-color: rgb(251,47,170); }
td.TdClassName
{
border-color: #FB2FAA;
}
.TagClassName
{
border-color: #FB2FAA;
}
</style>