Shades of Persian Rose #FF229A
Tints of Persian Rose #FF229A
RGB
CMYK
RGB Variations
Color information
#FF229A (or 0xFF229A) is known color: Persian Rose. HEX triplet: FF, 22 and 9A. RGB value is (255,34,154). Sum of RGB (Red+Green+Blue) = 255+34+154=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF229A is #00DD65. Grayscale: #717171. Windows color (decimal): -56678 or 10101503. OLE color: 10101503.
HSL color Cylindrical-coordinate representation of color #FF229A: hue angle of 327.42º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF229A is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 154 | - |
| CMYK | 0 | 0.87 | 0.40 | 0 |
| HSL | 327.42º | 1% | 0.57% | - |
| HSV(B) | 327.42º | 0.87% | 1% | - |
| XYZ | 47.64 | 24.74 | 32.84 | - |
| YUV | 113.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 154 | 0 | 0.87 | 0.40 | 0 | 327.42 | 1 | 0.57 |
| Hex | FF | 22 | 9A | 0 | 57 | 28 | 0 | 147 | 64 | 39 |
| Octal | 377 | 42 | 232 | 0 | 127 | 50 | 0 | 507 | 144 | 71 |
| Binary | 11111111 | 100010 | 10011010 | 0 | 1010111 | 101000 | 0 | 101000111 | 1100100 | 111001 |
Color Harmonies of #FF229A
Complementary color
Monochromatic Colors of #FF229A
Black with #FF229A
Text Example
Text Example
White with #FF229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF229A; }
p { color: rgb(255,34,154); }
H1.HeaderClassName
{
color: #FF229A;
}
.AnyTagClassName
{
color: #FF229A;
}
</style>
background-color css
<style>
a { background-color: #FF229A; }
a { background-color: rgb(255,34,154); }
div.DivClassName
{
background-color: #FF229A;
}
.BgClassName
{
background-color: #FF229A;
}
</style>
border-color css
<style>
span { border-color: #FF229A; }
span { border-color: rgb(255,34,154); }
td.TdClassName
{
border-color: #FF229A;
}
.TagClassName
{
border-color: #FF229A;
}
</style>