Shades of Persian Rose #F231B1
Tints of Persian Rose #F231B1
RGB
CMYK
RGB Variations
Color information
#F231B1 (or 0xF231B1) is known color: Persian Rose. HEX triplet: F2, 31 and B1. RGB value is (242,49,177). Sum of RGB (Red+Green+Blue) = 242+49+177=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F231B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F231B1 is #0DCE4E. Grayscale: #787878. Windows color (decimal): -904783 or 11612658. OLE color: 11612658.
HSL color Cylindrical-coordinate representation of color #F231B1: hue angle of 320.21º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231B1 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 177 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.05 |
| HSL | 320.21º | 0.88% | 0.57% | - |
| HSV(B) | 320.21º | 0.8% | 0.95% | - |
| XYZ | 45.65 | 24.25 | 43.87 | - |
| YUV | 121.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 177 | 0 | 0.80 | 0.27 | 0.05 | 320.21 | 0.88 | 0.57 |
| Hex | F2 | 31 | B1 | 0 | 50 | 1B | 5 | 140 | 58 | 39 |
| Octal | 362 | 61 | 261 | 0 | 120 | 33 | 5 | 500 | 130 | 71 |
| Binary | 11110010 | 110001 | 10110001 | 0 | 1010000 | 11011 | 101 | 101000000 | 1011000 | 111001 |
Color Harmonies of #F231B1
Complementary color
Monochromatic Colors of #F231B1
Black with #F231B1
Text Example
Text Example
White with #F231B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231B1; }
p { color: rgb(242,49,177); }
H1.HeaderClassName
{
color: #F231B1;
}
.AnyTagClassName
{
color: #F231B1;
}
</style>
background-color css
<style>
a { background-color: #F231B1; }
a { background-color: rgb(242,49,177); }
div.DivClassName
{
background-color: #F231B1;
}
.BgClassName
{
background-color: #F231B1;
}
</style>
border-color css
<style>
span { border-color: #F231B1; }
span { border-color: rgb(242,49,177); }
td.TdClassName
{
border-color: #F231B1;
}
.TagClassName
{
border-color: #F231B1;
}
</style>