Shades of Persian Rose #F337AA
Tints of Persian Rose #F337AA
RGB
CMYK
RGB Variations
Color information
#F337AA (or 0xF337AA) is known color: Persian Rose. HEX triplet: F3, 37 and AA. RGB value is (243,55,170). Sum of RGB (Red+Green+Blue) = 243+55+170=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F337AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F337AA is #0CC855. Grayscale: #7C7C7C. Windows color (decimal): -837718 or 11155443. OLE color: 11155443.
HSL color Cylindrical-coordinate representation of color #F337AA: hue angle of 323.3º 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 #F337AA is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 170 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.05 |
| HSL | 323.3º | 0.89% | 0.58% | - |
| HSV(B) | 323.3º | 0.77% | 0.95% | - |
| XYZ | 45.58 | 24.69 | 40.39 | - |
| YUV | 124.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 170 | 0 | 0.77 | 0.30 | 0.05 | 323.3 | 0.89 | 0.58 |
| Hex | F3 | 37 | AA | 0 | 4D | 1E | 5 | 143 | 59 | 3A |
| Octal | 363 | 67 | 252 | 0 | 115 | 36 | 5 | 503 | 131 | 72 |
| Binary | 11110011 | 110111 | 10101010 | 0 | 1001101 | 11110 | 101 | 101000011 | 1011001 | 111010 |
Color Harmonies of #F337AA
Complementary color
Monochromatic Colors of #F337AA
Black with #F337AA
Text Example
Text Example
White with #F337AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F337AA; }
p { color: rgb(243,55,170); }
H1.HeaderClassName
{
color: #F337AA;
}
.AnyTagClassName
{
color: #F337AA;
}
</style>
background-color css
<style>
a { background-color: #F337AA; }
a { background-color: rgb(243,55,170); }
div.DivClassName
{
background-color: #F337AA;
}
.BgClassName
{
background-color: #F337AA;
}
</style>
border-color css
<style>
span { border-color: #F337AA; }
span { border-color: rgb(243,55,170); }
td.TdClassName
{
border-color: #F337AA;
}
.TagClassName
{
border-color: #F337AA;
}
</style>