Shades of Persian Rose #FD33A8
Tints of Persian Rose #FD33A8
RGB
CMYK
RGB Variations
Color information
#FD33A8 (or 0xFD33A8) is known color: Persian Rose. HEX triplet: FD, 33 and A8. RGB value is (253,51,168). Sum of RGB (Red+Green+Blue) = 253+51+168=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD33A8 is #02CC57. Grayscale: #7C7C7C. Windows color (decimal): -183384 or 11023357. OLE color: 11023357.
HSL color Cylindrical-coordinate representation of color #FD33A8: hue angle of 325.25º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD33A8 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 168 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.01 |
| HSL | 325.25º | 0.98% | 0.6% | - |
| HSV(B) | 325.25º | 0.8% | 0.99% | - |
| XYZ | 48.76 | 26.08 | 39.51 | - |
| YUV | 124.74 | 152.42 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 168 | 0 | 0.80 | 0.34 | 0.01 | 325.25 | 0.98 | 0.6 |
| Hex | FD | 33 | A8 | 0 | 50 | 22 | 1 | 145 | 62 | 3C |
| Octal | 375 | 63 | 250 | 0 | 120 | 42 | 1 | 505 | 142 | 74 |
| Binary | 11111101 | 110011 | 10101000 | 0 | 1010000 | 100010 | 1 | 101000101 | 1100010 | 111100 |
Color Harmonies of #FD33A8
Complementary color
Monochromatic Colors of #FD33A8
Black with #FD33A8
Text Example
Text Example
White with #FD33A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD33A8; }
p { color: rgb(253,51,168); }
H1.HeaderClassName
{
color: #FD33A8;
}
.AnyTagClassName
{
color: #FD33A8;
}
</style>
background-color css
<style>
a { background-color: #FD33A8; }
a { background-color: rgb(253,51,168); }
div.DivClassName
{
background-color: #FD33A8;
}
.BgClassName
{
background-color: #FD33A8;
}
</style>
border-color css
<style>
span { border-color: #FD33A8; }
span { border-color: rgb(253,51,168); }
td.TdClassName
{
border-color: #FD33A8;
}
.TagClassName
{
border-color: #FD33A8;
}
</style>