Shades of Persian Rose #FD229C
Tints of Persian Rose #FD229C
RGB
CMYK
RGB Variations
Color information
#FD229C (or 0xFD229C) is known color: Persian Rose. HEX triplet: FD, 22 and 9C. RGB value is (253,34,156). Sum of RGB (Red+Green+Blue) = 253+34+156=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD229C is #02DD63. Grayscale: #717171. Windows color (decimal): -187748 or 10232573. OLE color: 10232573.
HSL color Cylindrical-coordinate representation of color #FD229C: hue angle of 326.58º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD229C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 156 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.01 |
| HSL | 326.58º | 0.98% | 0.56% | - |
| HSV(B) | 326.58º | 0.87% | 0.99% | - |
| XYZ | 47.08 | 24.43 | 33.69 | - |
| YUV | 113.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 156 | 0 | 0.87 | 0.38 | 0.01 | 326.58 | 0.98 | 0.56 |
| Hex | FD | 22 | 9C | 0 | 57 | 26 | 1 | 147 | 62 | 38 |
| Octal | 375 | 42 | 234 | 0 | 127 | 46 | 1 | 507 | 142 | 70 |
| Binary | 11111101 | 100010 | 10011100 | 0 | 1010111 | 100110 | 1 | 101000111 | 1100010 | 111000 |
Color Harmonies of #FD229C
Complementary color
Monochromatic Colors of #FD229C
Black with #FD229C
Text Example
Text Example
White with #FD229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD229C; }
p { color: rgb(253,34,156); }
H1.HeaderClassName
{
color: #FD229C;
}
.AnyTagClassName
{
color: #FD229C;
}
</style>
background-color css
<style>
a { background-color: #FD229C; }
a { background-color: rgb(253,34,156); }
div.DivClassName
{
background-color: #FD229C;
}
.BgClassName
{
background-color: #FD229C;
}
</style>
border-color css
<style>
span { border-color: #FD229C; }
span { border-color: rgb(253,34,156); }
td.TdClassName
{
border-color: #FD229C;
}
.TagClassName
{
border-color: #FD229C;
}
</style>