Shades of Persian Rose #F337AF
Tints of Persian Rose #F337AF
RGB
CMYK
RGB Variations
Color information
#F337AF (or 0xF337AF) is known color: Persian Rose. HEX triplet: F3, 37 and AF. RGB value is (243,55,175). Sum of RGB (Red+Green+Blue) = 243+55+175=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F337AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F337AF is #0CC850. Grayscale: #7C7C7C. Windows color (decimal): -837713 or 11483123. OLE color: 11483123.
HSL color Cylindrical-coordinate representation of color #F337AF: hue angle of 321.7º degrees, saturation: 0.89, 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 #F337AF is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 175 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.05 |
| HSL | 321.7º | 0.89% | 0.58% | - |
| HSV(B) | 321.7º | 0.77% | 0.95% | - |
| XYZ | 46.07 | 24.88 | 42.93 | - |
| YUV | 124.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 175 | 0 | 0.77 | 0.28 | 0.05 | 321.7 | 0.89 | 0.58 |
| Hex | F3 | 37 | AF | 0 | 4D | 1C | 5 | 142 | 59 | 3A |
| Octal | 363 | 67 | 257 | 0 | 115 | 34 | 5 | 502 | 131 | 72 |
| Binary | 11110011 | 110111 | 10101111 | 0 | 1001101 | 11100 | 101 | 101000010 | 1011001 | 111010 |
Color Harmonies of #F337AF
Complementary color
Monochromatic Colors of #F337AF
Black with #F337AF
Text Example
Text Example
White with #F337AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F337AF; }
p { color: rgb(243,55,175); }
H1.HeaderClassName
{
color: #F337AF;
}
.AnyTagClassName
{
color: #F337AF;
}
</style>
background-color css
<style>
a { background-color: #F337AF; }
a { background-color: rgb(243,55,175); }
div.DivClassName
{
background-color: #F337AF;
}
.BgClassName
{
background-color: #F337AF;
}
</style>
border-color css
<style>
span { border-color: #F337AF; }
span { border-color: rgb(243,55,175); }
td.TdClassName
{
border-color: #F337AF;
}
.TagClassName
{
border-color: #F337AF;
}
</style>