Shades of Persian Rose #F340AF
Tints of Persian Rose #F340AF
RGB
CMYK
RGB Variations
Color information
#F340AF (or 0xF340AF) is known color: Persian Rose. HEX triplet: F3, 40 and AF. RGB value is (243,64,175). Sum of RGB (Red+Green+Blue) = 243+64+175=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F340AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340AF is #0CBF50. Grayscale: #818181. Windows color (decimal): -835409 or 11485427. OLE color: 11485427.
HSL color Cylindrical-coordinate representation of color #F340AF: hue angle of 322.79º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F340AF is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 175 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.05 |
| HSL | 322.79º | 0.88% | 0.6% | - |
| HSV(B) | 322.79º | 0.74% | 0.95% | - |
| XYZ | 46.53 | 25.82 | 43.09 | - |
| YUV | 130.18 | 153.3 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 175 | 0 | 0.74 | 0.28 | 0.05 | 322.79 | 0.88 | 0.6 |
| Hex | F3 | 40 | AF | 0 | 4A | 1C | 5 | 143 | 58 | 3C |
| Octal | 363 | 100 | 257 | 0 | 112 | 34 | 5 | 503 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10101111 | 0 | 1001010 | 11100 | 101 | 101000011 | 1011000 | 111100 |
Color Harmonies of #F340AF
Complementary color
Monochromatic Colors of #F340AF
Black with #F340AF
Text Example
Text Example
White with #F340AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340AF; }
p { color: rgb(243,64,175); }
H1.HeaderClassName
{
color: #F340AF;
}
.AnyTagClassName
{
color: #F340AF;
}
</style>
background-color css
<style>
a { background-color: #F340AF; }
a { background-color: rgb(243,64,175); }
div.DivClassName
{
background-color: #F340AF;
}
.BgClassName
{
background-color: #F340AF;
}
</style>
border-color css
<style>
span { border-color: #F340AF; }
span { border-color: rgb(243,64,175); }
td.TdClassName
{
border-color: #F340AF;
}
.TagClassName
{
border-color: #F340AF;
}
</style>