Shades of Persian Rose #FF219F
Tints of Persian Rose #FF219F
RGB
CMYK
RGB Variations
Color information
#FF219F (or 0xFF219F) is known color: Persian Rose. HEX triplet: FF, 21 and 9F. RGB value is (255,33,159). Sum of RGB (Red+Green+Blue) = 255+33+159=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF219F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF219F is #00DE60. Grayscale: #717171. Windows color (decimal): -56929 or 10428927. OLE color: 10428927.
HSL color Cylindrical-coordinate representation of color #FF219F: hue angle of 325.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF219F is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 159 | - |
| CMYK | 0 | 0.87 | 0.38 | 0 |
| HSL | 325.95º | 1% | 0.56% | - |
| HSV(B) | 325.95º | 0.87% | 1% | - |
| XYZ | 48.04 | 24.85 | 35.07 | - |
| YUV | 113.74 | 153.55 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 159 | 0 | 0.87 | 0.38 | 0 | 325.95 | 1 | 0.56 |
| Hex | FF | 21 | 9F | 0 | 57 | 26 | 0 | 146 | 64 | 38 |
| Octal | 377 | 41 | 237 | 0 | 127 | 46 | 0 | 506 | 144 | 70 |
| Binary | 11111111 | 100001 | 10011111 | 0 | 1010111 | 100110 | 0 | 101000110 | 1100100 | 111000 |
Color Harmonies of #FF219F
Complementary color
Monochromatic Colors of #FF219F
Black with #FF219F
Text Example
Text Example
White with #FF219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF219F; }
p { color: rgb(255,33,159); }
H1.HeaderClassName
{
color: #FF219F;
}
.AnyTagClassName
{
color: #FF219F;
}
</style>
background-color css
<style>
a { background-color: #FF219F; }
a { background-color: rgb(255,33,159); }
div.DivClassName
{
background-color: #FF219F;
}
.BgClassName
{
background-color: #FF219F;
}
</style>
border-color css
<style>
span { border-color: #FF219F; }
span { border-color: rgb(255,33,159); }
td.TdClassName
{
border-color: #FF219F;
}
.TagClassName
{
border-color: #FF219F;
}
</style>