Shades of Persian Rose #FB2CAA
Tints of Persian Rose #FB2CAA
RGB
CMYK
RGB Variations
Color information
#FB2CAA (or 0xFB2CAA) is known color: Persian Rose. HEX triplet: FB, 2C and AA. RGB value is (251,44,170). Sum of RGB (Red+Green+Blue) = 251+44+170=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2CAA is #04D355. Grayscale: #777777. Windows color (decimal): -316246 or 11152635. OLE color: 11152635.
HSL color Cylindrical-coordinate representation of color #FB2CAA: hue angle of 323.48º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2CAA is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 170 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.02 |
| HSL | 323.48º | 0.96% | 0.58% | - |
| HSV(B) | 323.48º | 0.82% | 0.98% | - |
| XYZ | 47.94 | 25.21 | 40.37 | - |
| YUV | 120.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 170 | 0 | 0.82 | 0.32 | 0.02 | 323.48 | 0.96 | 0.58 |
| Hex | FB | 2C | AA | 0 | 52 | 20 | 2 | 143 | 60 | 3A |
| Octal | 373 | 54 | 252 | 0 | 122 | 40 | 2 | 503 | 140 | 72 |
| Binary | 11111011 | 101100 | 10101010 | 0 | 1010010 | 100000 | 10 | 101000011 | 1100000 | 111010 |
Color Harmonies of #FB2CAA
Complementary color
Monochromatic Colors of #FB2CAA
Black with #FB2CAA
Text Example
Text Example
White with #FB2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CAA; }
p { color: rgb(251,44,170); }
H1.HeaderClassName
{
color: #FB2CAA;
}
.AnyTagClassName
{
color: #FB2CAA;
}
</style>
background-color css
<style>
a { background-color: #FB2CAA; }
a { background-color: rgb(251,44,170); }
div.DivClassName
{
background-color: #FB2CAA;
}
.BgClassName
{
background-color: #FB2CAA;
}
</style>
border-color css
<style>
span { border-color: #FB2CAA; }
span { border-color: rgb(251,44,170); }
td.TdClassName
{
border-color: #FB2CAA;
}
.TagClassName
{
border-color: #FB2CAA;
}
</style>