Shades of Persian Pink #F574B6
Tints of Persian Pink #F574B6
RGB
CMYK
RGB Variations
Color information
#F574B6 (or 0xF574B6) is known color: Persian Pink. HEX triplet: F5, 74 and B6. RGB value is (245,116,182). Sum of RGB (Red+Green+Blue) = 245+116+182=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F574B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574B6 is #0A8B49. Grayscale: #A1A1A1. Windows color (decimal): -691018 or 11957493. OLE color: 11957493.
HSL color Cylindrical-coordinate representation of color #F574B6: hue angle of 329.3º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574B6 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 182 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.04 |
| HSL | 329.3º | 0.87% | 0.71% | - |
| HSV(B) | 329.3º | 0.53% | 0.96% | - |
| XYZ | 52.35 | 35.28 | 48.31 | - |
| YUV | 162.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 182 | 0 | 0.53 | 0.26 | 0.04 | 329.3 | 0.87 | 0.71 |
| Hex | F5 | 74 | B6 | 0 | 35 | 1A | 4 | 149 | 57 | 47 |
| Octal | 365 | 164 | 266 | 0 | 65 | 32 | 4 | 511 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10110110 | 0 | 110101 | 11010 | 100 | 101001001 | 1010111 | 1000111 |
Color Harmonies of #F574B6
Complementary color
Monochromatic Colors of #F574B6
Black with #F574B6
Text Example
Text Example
White with #F574B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574B6; }
p { color: rgb(245,116,182); }
H1.HeaderClassName
{
color: #F574B6;
}
.AnyTagClassName
{
color: #F574B6;
}
</style>
background-color css
<style>
a { background-color: #F574B6; }
a { background-color: rgb(245,116,182); }
div.DivClassName
{
background-color: #F574B6;
}
.BgClassName
{
background-color: #F574B6;
}
</style>
border-color css
<style>
span { border-color: #F574B6; }
span { border-color: rgb(245,116,182); }
td.TdClassName
{
border-color: #F574B6;
}
.TagClassName
{
border-color: #F574B6;
}
</style>