Shades of Persian Rose #F238A8
Tints of Persian Rose #F238A8
RGB
CMYK
RGB Variations
Color information
#F238A8 (or 0xF238A8) is known color: Persian Rose. HEX triplet: F2, 38 and A8. RGB value is (242,56,168). Sum of RGB (Red+Green+Blue) = 242+56+168=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F238A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F238A8 is #0DC757. Grayscale: #7C7C7C. Windows color (decimal): -903000 or 11024626. OLE color: 11024626.
HSL color Cylindrical-coordinate representation of color #F238A8: hue angle of 323.87º 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 #F238A8 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 168 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.05 |
| HSL | 323.87º | 0.88% | 0.58% | - |
| HSV(B) | 323.87º | 0.77% | 0.95% | - |
| XYZ | 45.1 | 24.53 | 39.4 | - |
| YUV | 124.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 168 | 0 | 0.77 | 0.31 | 0.05 | 323.87 | 0.88 | 0.58 |
| Hex | F2 | 38 | A8 | 0 | 4D | 1F | 5 | 144 | 58 | 3A |
| Octal | 362 | 70 | 250 | 0 | 115 | 37 | 5 | 504 | 130 | 72 |
| Binary | 11110010 | 111000 | 10101000 | 0 | 1001101 | 11111 | 101 | 101000100 | 1011000 | 111010 |
Color Harmonies of #F238A8
Complementary color
Monochromatic Colors of #F238A8
Black with #F238A8
Text Example
Text Example
White with #F238A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238A8; }
p { color: rgb(242,56,168); }
H1.HeaderClassName
{
color: #F238A8;
}
.AnyTagClassName
{
color: #F238A8;
}
</style>
background-color css
<style>
a { background-color: #F238A8; }
a { background-color: rgb(242,56,168); }
div.DivClassName
{
background-color: #F238A8;
}
.BgClassName
{
background-color: #F238A8;
}
</style>
border-color css
<style>
span { border-color: #F238A8; }
span { border-color: rgb(242,56,168); }
td.TdClassName
{
border-color: #F238A8;
}
.TagClassName
{
border-color: #F238A8;
}
</style>