Shades of Persian Rose #F336A8
Tints of Persian Rose #F336A8
RGB
CMYK
RGB Variations
Color information
#F336A8 (or 0xF336A8) is known color: Persian Rose. HEX triplet: F3, 36 and A8. RGB value is (243,54,168). Sum of RGB (Red+Green+Blue) = 243+54+168=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F336A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F336A8 is #0CC957. Grayscale: #7B7B7B. Windows color (decimal): -837976 or 11024115. OLE color: 11024115.
HSL color Cylindrical-coordinate representation of color #F336A8: hue angle of 323.81º degrees, saturation: 0.89, 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 #F336A8 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 168 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.05 |
| HSL | 323.81º | 0.89% | 0.58% | - |
| HSV(B) | 323.81º | 0.78% | 0.95% | - |
| XYZ | 45.35 | 24.52 | 39.39 | - |
| YUV | 123.51 | 153.12 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 168 | 0 | 0.78 | 0.31 | 0.05 | 323.81 | 0.89 | 0.58 |
| Hex | F3 | 36 | A8 | 0 | 4E | 1F | 5 | 144 | 59 | 3A |
| Octal | 363 | 66 | 250 | 0 | 116 | 37 | 5 | 504 | 131 | 72 |
| Binary | 11110011 | 110110 | 10101000 | 0 | 1001110 | 11111 | 101 | 101000100 | 1011001 | 111010 |
Color Harmonies of #F336A8
Complementary color
Monochromatic Colors of #F336A8
Black with #F336A8
Text Example
Text Example
White with #F336A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F336A8; }
p { color: rgb(243,54,168); }
H1.HeaderClassName
{
color: #F336A8;
}
.AnyTagClassName
{
color: #F336A8;
}
</style>
background-color css
<style>
a { background-color: #F336A8; }
a { background-color: rgb(243,54,168); }
div.DivClassName
{
background-color: #F336A8;
}
.BgClassName
{
background-color: #F336A8;
}
</style>
border-color css
<style>
span { border-color: #F336A8; }
span { border-color: rgb(243,54,168); }
td.TdClassName
{
border-color: #F336A8;
}
.TagClassName
{
border-color: #F336A8;
}
</style>