Shades of Persian Rose #F334A7
Tints of Persian Rose #F334A7
RGB
CMYK
RGB Variations
Color information
#F334A7 (or 0xF334A7) is known color: Persian Rose. HEX triplet: F3, 34 and A7. RGB value is (243,52,167). Sum of RGB (Red+Green+Blue) = 243+52+167=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F334A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F334A7 is #0CCB58. Grayscale: #797979. Windows color (decimal): -838489 or 10958067. OLE color: 10958067.
HSL color Cylindrical-coordinate representation of color #F334A7: hue angle of 323.87º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334A7 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 167 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.05 |
| HSL | 323.87º | 0.89% | 0.58% | - |
| HSV(B) | 323.87º | 0.79% | 0.95% | - |
| XYZ | 45.17 | 24.3 | 38.87 | - |
| YUV | 122.22 | 153.28 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 167 | 0 | 0.79 | 0.31 | 0.05 | 323.87 | 0.89 | 0.58 |
| Hex | F3 | 34 | A7 | 0 | 4F | 1F | 5 | 144 | 59 | 3A |
| Octal | 363 | 64 | 247 | 0 | 117 | 37 | 5 | 504 | 131 | 72 |
| Binary | 11110011 | 110100 | 10100111 | 0 | 1001111 | 11111 | 101 | 101000100 | 1011001 | 111010 |
Color Harmonies of #F334A7
Complementary color
Monochromatic Colors of #F334A7
Black with #F334A7
Text Example
Text Example
White with #F334A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334A7; }
p { color: rgb(243,52,167); }
H1.HeaderClassName
{
color: #F334A7;
}
.AnyTagClassName
{
color: #F334A7;
}
</style>
background-color css
<style>
a { background-color: #F334A7; }
a { background-color: rgb(243,52,167); }
div.DivClassName
{
background-color: #F334A7;
}
.BgClassName
{
background-color: #F334A7;
}
</style>
border-color css
<style>
span { border-color: #F334A7; }
span { border-color: rgb(243,52,167); }
td.TdClassName
{
border-color: #F334A7;
}
.TagClassName
{
border-color: #F334A7;
}
</style>