Shades of Persian Rose #F133AB
Tints of Persian Rose #F133AB
RGB
CMYK
RGB Variations
Color information
#F133AB (or 0xF133AB) is known color: Persian Rose. HEX triplet: F1, 33 and AB. RGB value is (241,51,171). Sum of RGB (Red+Green+Blue) = 241+51+171=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F133AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F133AB is #0ECC54. Grayscale: #797979. Windows color (decimal): -969813 or 11219953. OLE color: 11219953.
HSL color Cylindrical-coordinate representation of color #F133AB: hue angle of 322.11º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F133AB is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 171 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.05 |
| HSL | 322.11º | 0.87% | 0.57% | - |
| HSV(B) | 322.11º | 0.79% | 0.95% | - |
| XYZ | 44.81 | 24.01 | 40.8 | - |
| YUV | 121.49 | 155.95 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 171 | 0 | 0.79 | 0.29 | 0.05 | 322.11 | 0.87 | 0.57 |
| Hex | F1 | 33 | AB | 0 | 4F | 1D | 5 | 142 | 57 | 39 |
| Octal | 361 | 63 | 253 | 0 | 117 | 35 | 5 | 502 | 127 | 71 |
| Binary | 11110001 | 110011 | 10101011 | 0 | 1001111 | 11101 | 101 | 101000010 | 1010111 | 111001 |
Color Harmonies of #F133AB
Complementary color
Monochromatic Colors of #F133AB
Black with #F133AB
Text Example
Text Example
White with #F133AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F133AB; }
p { color: rgb(241,51,171); }
H1.HeaderClassName
{
color: #F133AB;
}
.AnyTagClassName
{
color: #F133AB;
}
</style>
background-color css
<style>
a { background-color: #F133AB; }
a { background-color: rgb(241,51,171); }
div.DivClassName
{
background-color: #F133AB;
}
.BgClassName
{
background-color: #F133AB;
}
</style>
border-color css
<style>
span { border-color: #F133AB; }
span { border-color: rgb(241,51,171); }
td.TdClassName
{
border-color: #F133AB;
}
.TagClassName
{
border-color: #F133AB;
}
</style>