Shades of Persian Rose #F239B1
Tints of Persian Rose #F239B1
RGB
CMYK
RGB Variations
Color information
#F239B1 (or 0xF239B1) is known color: Persian Rose. HEX triplet: F2, 39 and B1. RGB value is (242,57,177). Sum of RGB (Red+Green+Blue) = 242+57+177=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F239B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F239B1 is #0DC64E. Grayscale: #7D7D7D. Windows color (decimal): -902735 or 11614706. OLE color: 11614706.
HSL color Cylindrical-coordinate representation of color #F239B1: hue angle of 321.08º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F239B1 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 177 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.05 |
| HSL | 321.08º | 0.88% | 0.59% | - |
| HSV(B) | 321.08º | 0.76% | 0.95% | - |
| XYZ | 46.02 | 24.98 | 43.99 | - |
| YUV | 126 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 177 | 0 | 0.76 | 0.27 | 0.05 | 321.08 | 0.88 | 0.59 |
| Hex | F2 | 39 | B1 | 0 | 4C | 1B | 5 | 141 | 58 | 3B |
| Octal | 362 | 71 | 261 | 0 | 114 | 33 | 5 | 501 | 130 | 73 |
| Binary | 11110010 | 111001 | 10110001 | 0 | 1001100 | 11011 | 101 | 101000001 | 1011000 | 111011 |
Color Harmonies of #F239B1
Complementary color
Monochromatic Colors of #F239B1
Black with #F239B1
Text Example
Text Example
White with #F239B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239B1; }
p { color: rgb(242,57,177); }
H1.HeaderClassName
{
color: #F239B1;
}
.AnyTagClassName
{
color: #F239B1;
}
</style>
background-color css
<style>
a { background-color: #F239B1; }
a { background-color: rgb(242,57,177); }
div.DivClassName
{
background-color: #F239B1;
}
.BgClassName
{
background-color: #F239B1;
}
</style>
border-color css
<style>
span { border-color: #F239B1; }
span { border-color: rgb(242,57,177); }
td.TdClassName
{
border-color: #F239B1;
}
.TagClassName
{
border-color: #F239B1;
}
</style>