Shades of Persian Rose #F133AF
Tints of Persian Rose #F133AF
RGB
CMYK
RGB Variations
Color information
#F133AF (or 0xF133AF) is known color: Persian Rose. HEX triplet: F1, 33 and AF. RGB value is (241,51,175). Sum of RGB (Red+Green+Blue) = 241+51+175=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F133AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F133AF is #0ECC50. Grayscale: #797979. Windows color (decimal): -969809 or 11482097. OLE color: 11482097.
HSL color Cylindrical-coordinate representation of color #F133AF: hue angle of 320.84º 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 #F133AF is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 175 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.05 |
| HSL | 320.84º | 0.87% | 0.57% | - |
| HSV(B) | 320.84º | 0.79% | 0.95% | - |
| XYZ | 45.2 | 24.16 | 42.84 | - |
| YUV | 121.95 | 157.95 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 175 | 0 | 0.79 | 0.27 | 0.05 | 320.84 | 0.87 | 0.57 |
| Hex | F1 | 33 | AF | 0 | 4F | 1B | 5 | 141 | 57 | 39 |
| Octal | 361 | 63 | 257 | 0 | 117 | 33 | 5 | 501 | 127 | 71 |
| Binary | 11110001 | 110011 | 10101111 | 0 | 1001111 | 11011 | 101 | 101000001 | 1010111 | 111001 |
Color Harmonies of #F133AF
Complementary color
Monochromatic Colors of #F133AF
Black with #F133AF
Text Example
Text Example
White with #F133AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F133AF; }
p { color: rgb(241,51,175); }
H1.HeaderClassName
{
color: #F133AF;
}
.AnyTagClassName
{
color: #F133AF;
}
</style>
background-color css
<style>
a { background-color: #F133AF; }
a { background-color: rgb(241,51,175); }
div.DivClassName
{
background-color: #F133AF;
}
.BgClassName
{
background-color: #F133AF;
}
</style>
border-color css
<style>
span { border-color: #F133AF; }
span { border-color: rgb(241,51,175); }
td.TdClassName
{
border-color: #F133AF;
}
.TagClassName
{
border-color: #F133AF;
}
</style>