Shades of Persian Rose #F238B0
Tints of Persian Rose #F238B0
RGB
CMYK
RGB Variations
Color information
#F238B0 (or 0xF238B0) is known color: Persian Rose. HEX triplet: F2, 38 and B0. RGB value is (242,56,176). Sum of RGB (Red+Green+Blue) = 242+56+176=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F238B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F238B0 is #0DC74F. Grayscale: #7C7C7C. Windows color (decimal): -902992 or 11548914. OLE color: 11548914.
HSL color Cylindrical-coordinate representation of color #F238B0: hue angle of 321.29º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F238B0 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 176 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.05 |
| HSL | 321.29º | 0.88% | 0.58% | - |
| HSV(B) | 321.29º | 0.77% | 0.95% | - |
| XYZ | 45.87 | 24.84 | 43.45 | - |
| YUV | 125.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 176 | 0 | 0.77 | 0.27 | 0.05 | 321.29 | 0.88 | 0.58 |
| Hex | F2 | 38 | B0 | 0 | 4D | 1B | 5 | 141 | 58 | 3A |
| Octal | 362 | 70 | 260 | 0 | 115 | 33 | 5 | 501 | 130 | 72 |
| Binary | 11110010 | 111000 | 10110000 | 0 | 1001101 | 11011 | 101 | 101000001 | 1011000 | 111010 |
Color Harmonies of #F238B0
Complementary color
Monochromatic Colors of #F238B0
Black with #F238B0
Text Example
Text Example
White with #F238B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238B0; }
p { color: rgb(242,56,176); }
H1.HeaderClassName
{
color: #F238B0;
}
.AnyTagClassName
{
color: #F238B0;
}
</style>
background-color css
<style>
a { background-color: #F238B0; }
a { background-color: rgb(242,56,176); }
div.DivClassName
{
background-color: #F238B0;
}
.BgClassName
{
background-color: #F238B0;
}
</style>
border-color css
<style>
span { border-color: #F238B0; }
span { border-color: rgb(242,56,176); }
td.TdClassName
{
border-color: #F238B0;
}
.TagClassName
{
border-color: #F238B0;
}
</style>