Shades of Persian Pink #F278C0
Tints of Persian Pink #F278C0
RGB
CMYK
RGB Variations
Color information
#F278C0 (or 0xF278C0) is known color: Persian Pink. HEX triplet: F2, 78 and C0. RGB value is (242,120,192). Sum of RGB (Red+Green+Blue) = 242+120+192=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F278C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278C0 is #0D873F. Grayscale: #A4A4A4. Windows color (decimal): -886592 or 12613874. OLE color: 12613874.
HSL color Cylindrical-coordinate representation of color #F278C0: hue angle of 324.59º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278C0 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 192 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.05 |
| HSL | 324.59º | 0.82% | 0.71% | - |
| HSV(B) | 324.59º | 0.5% | 0.95% | - |
| XYZ | 52.85 | 36.12 | 54.05 | - |
| YUV | 164.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 192 | 0 | 0.50 | 0.21 | 0.05 | 324.59 | 0.82 | 0.71 |
| Hex | F2 | 78 | C0 | 0 | 32 | 15 | 5 | 145 | 52 | 47 |
| Octal | 362 | 170 | 300 | 0 | 62 | 25 | 5 | 505 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11000000 | 0 | 110010 | 10101 | 101 | 101000101 | 1010010 | 1000111 |
Color Harmonies of #F278C0
Complementary color
Monochromatic Colors of #F278C0
Black with #F278C0
Text Example
Text Example
White with #F278C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278C0; }
p { color: rgb(242,120,192); }
H1.HeaderClassName
{
color: #F278C0;
}
.AnyTagClassName
{
color: #F278C0;
}
</style>
background-color css
<style>
a { background-color: #F278C0; }
a { background-color: rgb(242,120,192); }
div.DivClassName
{
background-color: #F278C0;
}
.BgClassName
{
background-color: #F278C0;
}
</style>
border-color css
<style>
span { border-color: #F278C0; }
span { border-color: rgb(242,120,192); }
td.TdClassName
{
border-color: #F278C0;
}
.TagClassName
{
border-color: #F278C0;
}
</style>