Shades of Persian Rose #F135B3
Tints of Persian Rose #F135B3
RGB
CMYK
RGB Variations
Color information
#F135B3 (or 0xF135B3) is known color: Persian Rose. HEX triplet: F1, 35 and B3. RGB value is (241,53,179). Sum of RGB (Red+Green+Blue) = 241+53+179=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F135B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F135B3 is #0ECA4C. Grayscale: #7B7B7B. Windows color (decimal): -969293 or 11744753. OLE color: 11744753.
HSL color Cylindrical-coordinate representation of color #F135B3: hue angle of 319.79º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F135B3 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 179 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.05 |
| HSL | 319.79º | 0.87% | 0.58% | - |
| HSV(B) | 319.79º | 0.78% | 0.95% | - |
| XYZ | 45.69 | 24.5 | 44.97 | - |
| YUV | 123.58 | 159.28 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 179 | 0 | 0.78 | 0.26 | 0.05 | 319.79 | 0.87 | 0.58 |
| Hex | F1 | 35 | B3 | 0 | 4E | 1A | 5 | 140 | 57 | 3A |
| Octal | 361 | 65 | 263 | 0 | 116 | 32 | 5 | 500 | 127 | 72 |
| Binary | 11110001 | 110101 | 10110011 | 0 | 1001110 | 11010 | 101 | 101000000 | 1010111 | 111010 |
Color Harmonies of #F135B3
Complementary color
Monochromatic Colors of #F135B3
Black with #F135B3
Text Example
Text Example
White with #F135B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F135B3; }
p { color: rgb(241,53,179); }
H1.HeaderClassName
{
color: #F135B3;
}
.AnyTagClassName
{
color: #F135B3;
}
</style>
background-color css
<style>
a { background-color: #F135B3; }
a { background-color: rgb(241,53,179); }
div.DivClassName
{
background-color: #F135B3;
}
.BgClassName
{
background-color: #F135B3;
}
</style>
border-color css
<style>
span { border-color: #F135B3; }
span { border-color: rgb(241,53,179); }
td.TdClassName
{
border-color: #F135B3;
}
.TagClassName
{
border-color: #F135B3;
}
</style>