Shades of Persian Rose #FF229B
Tints of Persian Rose #FF229B
RGB
CMYK
RGB Variations
Color information
#FF229B (or 0xFF229B) is known color: Persian Rose. HEX triplet: FF, 22 and 9B. RGB value is (255,34,155). Sum of RGB (Red+Green+Blue) = 255+34+155=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 34 (13.67% from 255 or 7.66% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF229B is #00DD64. Grayscale: #717171. Windows color (decimal): -56677 or 10167039. OLE color: 10167039.
HSL color Cylindrical-coordinate representation of color #FF229B: hue angle of 327.15º 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 #FF229B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 155 | - |
| CMYK | 0 | 0.87 | 0.39 | 0 |
| HSL | 327.15º | 1% | 0.57% | - |
| HSV(B) | 327.15º | 0.87% | 1% | - |
| XYZ | 47.73 | 24.77 | 33.28 | - |
| YUV | 113.87 | 151.22 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 155 | 0 | 0.87 | 0.39 | 0 | 327.15 | 1 | 0.57 |
| Hex | FF | 22 | 9B | 0 | 57 | 27 | 0 | 147 | 64 | 39 |
| Octal | 377 | 42 | 233 | 0 | 127 | 47 | 0 | 507 | 144 | 71 |
| Binary | 11111111 | 100010 | 10011011 | 0 | 1010111 | 100111 | 0 | 101000111 | 1100100 | 111001 |
Color Harmonies of #FF229B
Complementary color
Monochromatic Colors of #FF229B
Black with #FF229B
Text Example
Text Example
White with #FF229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF229B; }
p { color: rgb(255,34,155); }
H1.HeaderClassName
{
color: #FF229B;
}
.AnyTagClassName
{
color: #FF229B;
}
</style>
background-color css
<style>
a { background-color: #FF229B; }
a { background-color: rgb(255,34,155); }
div.DivClassName
{
background-color: #FF229B;
}
.BgClassName
{
background-color: #FF229B;
}
</style>
border-color css
<style>
span { border-color: #FF229B; }
span { border-color: rgb(255,34,155); }
td.TdClassName
{
border-color: #FF229B;
}
.TagClassName
{
border-color: #FF229B;
}
</style>