Shades of Persian Pink #F278C7
Tints of Persian Pink #F278C7
RGB
CMYK
RGB Variations
Color information
#F278C7 (or 0xF278C7) is known color: Persian Pink. HEX triplet: F2, 78 and C7. RGB value is (242,120,199). Sum of RGB (Red+Green+Blue) = 242+120+199=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F278C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278C7 is #0D8738. Grayscale: #A5A5A5. Windows color (decimal): -886585 or 13072626. OLE color: 13072626.
HSL color Cylindrical-coordinate representation of color #F278C7: hue angle of 321.15º 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 #F278C7 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 199 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.05 |
| HSL | 321.15º | 0.82% | 0.71% | - |
| HSV(B) | 321.15º | 0.5% | 0.95% | - |
| XYZ | 53.64 | 36.43 | 58.24 | - |
| YUV | 165.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 199 | 0 | 0.50 | 0.18 | 0.05 | 321.15 | 0.82 | 0.71 |
| Hex | F2 | 78 | C7 | 0 | 32 | 12 | 5 | 141 | 52 | 47 |
| Octal | 362 | 170 | 307 | 0 | 62 | 22 | 5 | 501 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11000111 | 0 | 110010 | 10010 | 101 | 101000001 | 1010010 | 1000111 |
Color Harmonies of #F278C7
Complementary color
Monochromatic Colors of #F278C7
Black with #F278C7
Text Example
Text Example
White with #F278C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278C7; }
p { color: rgb(242,120,199); }
H1.HeaderClassName
{
color: #F278C7;
}
.AnyTagClassName
{
color: #F278C7;
}
</style>
background-color css
<style>
a { background-color: #F278C7; }
a { background-color: rgb(242,120,199); }
div.DivClassName
{
background-color: #F278C7;
}
.BgClassName
{
background-color: #F278C7;
}
</style>
border-color css
<style>
span { border-color: #F278C7; }
span { border-color: rgb(242,120,199); }
td.TdClassName
{
border-color: #F278C7;
}
.TagClassName
{
border-color: #F278C7;
}
</style>