Shades of Persian Rose #F236A8
Tints of Persian Rose #F236A8
RGB
CMYK
RGB Variations
Color information
#F236A8 (or 0xF236A8) is known color: Persian Rose. HEX triplet: F2, 36 and A8. RGB value is (242,54,168). Sum of RGB (Red+Green+Blue) = 242+54+168=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F236A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F236A8 is #0DC957. Grayscale: #7A7A7A. Windows color (decimal): -903512 or 11024114. OLE color: 11024114.
HSL color Cylindrical-coordinate representation of color #F236A8: hue angle of 323.62º degrees, saturation: 0.88, 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 #F236A8 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 168 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.05 |
| HSL | 323.62º | 0.88% | 0.58% | - |
| HSV(B) | 323.62º | 0.78% | 0.95% | - |
| XYZ | 45.01 | 24.34 | 39.37 | - |
| YUV | 123.21 | 153.28 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 168 | 0 | 0.78 | 0.31 | 0.05 | 323.62 | 0.88 | 0.58 |
| Hex | F2 | 36 | A8 | 0 | 4E | 1F | 5 | 144 | 58 | 3A |
| Octal | 362 | 66 | 250 | 0 | 116 | 37 | 5 | 504 | 130 | 72 |
| Binary | 11110010 | 110110 | 10101000 | 0 | 1001110 | 11111 | 101 | 101000100 | 1011000 | 111010 |
Color Harmonies of #F236A8
Complementary color
Monochromatic Colors of #F236A8
Black with #F236A8
Text Example
Text Example
White with #F236A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F236A8; }
p { color: rgb(242,54,168); }
H1.HeaderClassName
{
color: #F236A8;
}
.AnyTagClassName
{
color: #F236A8;
}
</style>
background-color css
<style>
a { background-color: #F236A8; }
a { background-color: rgb(242,54,168); }
div.DivClassName
{
background-color: #F236A8;
}
.BgClassName
{
background-color: #F236A8;
}
</style>
border-color css
<style>
span { border-color: #F236A8; }
span { border-color: rgb(242,54,168); }
td.TdClassName
{
border-color: #F236A8;
}
.TagClassName
{
border-color: #F236A8;
}
</style>