Shades of Persian Rose #FC33AB
Tints of Persian Rose #FC33AB
RGB
CMYK
RGB Variations
Color information
#FC33AB (or 0xFC33AB) is known color: Persian Rose. HEX triplet: FC, 33 and AB. RGB value is (252,51,171). Sum of RGB (Red+Green+Blue) = 252+51+171=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC33AB is #03CC54. Grayscale: #7C7C7C. Windows color (decimal): -248917 or 11219964. OLE color: 11219964.
HSL color Cylindrical-coordinate representation of color #FC33AB: hue angle of 324.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC33AB is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 171 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.01 |
| HSL | 324.18º | 0.97% | 0.59% | - |
| HSV(B) | 324.18º | 0.8% | 0.99% | - |
| XYZ | 48.68 | 26 | 40.98 | - |
| YUV | 124.78 | 154.09 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 171 | 0 | 0.80 | 0.32 | 0.01 | 324.18 | 0.97 | 0.59 |
| Hex | FC | 33 | AB | 0 | 50 | 20 | 1 | 144 | 61 | 3B |
| Octal | 374 | 63 | 253 | 0 | 120 | 40 | 1 | 504 | 141 | 73 |
| Binary | 11111100 | 110011 | 10101011 | 0 | 1010000 | 100000 | 1 | 101000100 | 1100001 | 111011 |
Color Harmonies of #FC33AB
Complementary color
Monochromatic Colors of #FC33AB
Black with #FC33AB
Text Example
Text Example
White with #FC33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC33AB; }
p { color: rgb(252,51,171); }
H1.HeaderClassName
{
color: #FC33AB;
}
.AnyTagClassName
{
color: #FC33AB;
}
</style>
background-color css
<style>
a { background-color: #FC33AB; }
a { background-color: rgb(252,51,171); }
div.DivClassName
{
background-color: #FC33AB;
}
.BgClassName
{
background-color: #FC33AB;
}
</style>
border-color css
<style>
span { border-color: #FC33AB; }
span { border-color: rgb(252,51,171); }
td.TdClassName
{
border-color: #FC33AB;
}
.TagClassName
{
border-color: #FC33AB;
}
</style>