Shades of Persian Pink #F480C0
Tints of Persian Pink #F480C0
RGB
CMYK
RGB Variations
Color information
#F480C0 (or 0xF480C0) is known color: Persian Pink. HEX triplet: F4, 80 and C0. RGB value is (244,128,192). Sum of RGB (Red+Green+Blue) = 244+128+192=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F480C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F480C0 is #0B7F3F. Grayscale: #A9A9A9. Windows color (decimal): -753472 or 12615924. OLE color: 12615924.
HSL color Cylindrical-coordinate representation of color #F480C0: hue angle of 326.9º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F480C0 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 192 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.04 |
| HSL | 326.9º | 0.84% | 0.73% | - |
| HSV(B) | 326.9º | 0.48% | 0.96% | - |
| XYZ | 54.54 | 38.48 | 54.42 | - |
| YUV | 169.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 192 | 0 | 0.48 | 0.21 | 0.04 | 326.9 | 0.84 | 0.73 |
| Hex | F4 | 80 | C0 | 0 | 30 | 15 | 4 | 147 | 54 | 49 |
| Octal | 364 | 200 | 300 | 0 | 60 | 25 | 4 | 507 | 124 | 111 |
| Binary | 11110100 | 10000000 | 11000000 | 0 | 110000 | 10101 | 100 | 101000111 | 1010100 | 1001001 |
Color Harmonies of #F480C0
Complementary color
Monochromatic Colors of #F480C0
Black with #F480C0
Text Example
Text Example
White with #F480C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F480C0; }
p { color: rgb(244,128,192); }
H1.HeaderClassName
{
color: #F480C0;
}
.AnyTagClassName
{
color: #F480C0;
}
</style>
background-color css
<style>
a { background-color: #F480C0; }
a { background-color: rgb(244,128,192); }
div.DivClassName
{
background-color: #F480C0;
}
.BgClassName
{
background-color: #F480C0;
}
</style>
border-color css
<style>
span { border-color: #F480C0; }
span { border-color: rgb(244,128,192); }
td.TdClassName
{
border-color: #F480C0;
}
.TagClassName
{
border-color: #F480C0;
}
</style>