Shades of Persian Rose #FD229E
Tints of Persian Rose #FD229E
RGB
CMYK
RGB Variations
Color information
#FD229E (or 0xFD229E) is known color: Persian Rose. HEX triplet: FD, 22 and 9E. RGB value is (253,34,158). Sum of RGB (Red+Green+Blue) = 253+34+158=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD229E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD229E is #02DD61. Grayscale: #717171. Windows color (decimal): -187746 or 10363645. OLE color: 10363645.
HSL color Cylindrical-coordinate representation of color #FD229E: hue angle of 326.03º 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 #FD229E is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 158 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.01 |
| HSL | 326.03º | 0.98% | 0.56% | - |
| HSV(B) | 326.03º | 0.87% | 0.99% | - |
| XYZ | 47.25 | 24.5 | 34.59 | - |
| YUV | 113.62 | 153.05 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 158 | 0 | 0.87 | 0.38 | 0.01 | 326.03 | 0.98 | 0.56 |
| Hex | FD | 22 | 9E | 0 | 57 | 26 | 1 | 146 | 62 | 38 |
| Octal | 375 | 42 | 236 | 0 | 127 | 46 | 1 | 506 | 142 | 70 |
| Binary | 11111101 | 100010 | 10011110 | 0 | 1010111 | 100110 | 1 | 101000110 | 1100010 | 111000 |
Color Harmonies of #FD229E
Complementary color
Monochromatic Colors of #FD229E
Black with #FD229E
Text Example
Text Example
White with #FD229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD229E; }
p { color: rgb(253,34,158); }
H1.HeaderClassName
{
color: #FD229E;
}
.AnyTagClassName
{
color: #FD229E;
}
</style>
background-color css
<style>
a { background-color: #FD229E; }
a { background-color: rgb(253,34,158); }
div.DivClassName
{
background-color: #FD229E;
}
.BgClassName
{
background-color: #FD229E;
}
</style>
border-color css
<style>
span { border-color: #FD229E; }
span { border-color: rgb(253,34,158); }
td.TdClassName
{
border-color: #FD229E;
}
.TagClassName
{
border-color: #FD229E;
}
</style>