Shades of Persian Rose #FB20A5
Tints of Persian Rose #FB20A5
RGB
CMYK
RGB Variations
Color information
#FB20A5 (or 0xFB20A5) is known color: Persian Rose. HEX triplet: FB, 20 and A5. RGB value is (251,32,165). Sum of RGB (Red+Green+Blue) = 251+32+165=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB20A5 is #04DF5A. Grayscale: #707070. Windows color (decimal): -319323 or 10821883. OLE color: 10821883.
HSL color Cylindrical-coordinate representation of color #FB20A5: hue angle of 323.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB20A5 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 165 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.02 |
| HSL | 323.56º | 0.96% | 0.55% | - |
| HSV(B) | 323.56º | 0.87% | 0.98% | - |
| XYZ | 47.09 | 24.26 | 37.8 | - |
| YUV | 112.64 | 157.55 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 165 | 0 | 0.87 | 0.34 | 0.02 | 323.56 | 0.96 | 0.55 |
| Hex | FB | 20 | A5 | 0 | 57 | 22 | 2 | 144 | 60 | 37 |
| Octal | 373 | 40 | 245 | 0 | 127 | 42 | 2 | 504 | 140 | 67 |
| Binary | 11111011 | 100000 | 10100101 | 0 | 1010111 | 100010 | 10 | 101000100 | 1100000 | 110111 |
Color Harmonies of #FB20A5
Complementary color
Monochromatic Colors of #FB20A5
Black with #FB20A5
Text Example
Text Example
White with #FB20A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20A5; }
p { color: rgb(251,32,165); }
H1.HeaderClassName
{
color: #FB20A5;
}
.AnyTagClassName
{
color: #FB20A5;
}
</style>
background-color css
<style>
a { background-color: #FB20A5; }
a { background-color: rgb(251,32,165); }
div.DivClassName
{
background-color: #FB20A5;
}
.BgClassName
{
background-color: #FB20A5;
}
</style>
border-color css
<style>
span { border-color: #FB20A5; }
span { border-color: rgb(251,32,165); }
td.TdClassName
{
border-color: #FB20A5;
}
.TagClassName
{
border-color: #FB20A5;
}
</style>