Shades of Pale Magenta #F278D4
Tints of Pale Magenta #F278D4
RGB
CMYK
RGB Variations
Color information
#F278D4 (or 0xF278D4) is known color: Pale Magenta. HEX triplet: F2, 78 and D4. RGB value is (242,120,212). Sum of RGB (Red+Green+Blue) = 242+120+212=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F278D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278D4 is #0D872B. Grayscale: #A6A6A6. Windows color (decimal): -886572 or 13924594. OLE color: 13924594.
HSL color Cylindrical-coordinate representation of color #F278D4: hue angle of 314.75º 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 #F278D4 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 212 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.05 |
| HSL | 314.75º | 0.82% | 0.71% | - |
| HSV(B) | 314.75º | 0.5% | 0.95% | - |
| XYZ | 55.22 | 37.06 | 66.53 | - |
| YUV | 166.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 212 | 0 | 0.50 | 0.12 | 0.05 | 314.75 | 0.82 | 0.71 |
| Hex | F2 | 78 | D4 | 0 | 32 | C | 5 | 13B | 52 | 47 |
| Octal | 362 | 170 | 324 | 0 | 62 | 14 | 5 | 473 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11010100 | 0 | 110010 | 1100 | 101 | 100111011 | 1010010 | 1000111 |
Color Harmonies of #F278D4
Complementary color
Monochromatic Colors of #F278D4
Black with #F278D4
Text Example
Text Example
White with #F278D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278D4; }
p { color: rgb(242,120,212); }
H1.HeaderClassName
{
color: #F278D4;
}
.AnyTagClassName
{
color: #F278D4;
}
</style>
background-color css
<style>
a { background-color: #F278D4; }
a { background-color: rgb(242,120,212); }
div.DivClassName
{
background-color: #F278D4;
}
.BgClassName
{
background-color: #F278D4;
}
</style>
border-color css
<style>
span { border-color: #F278D4; }
span { border-color: rgb(242,120,212); }
td.TdClassName
{
border-color: #F278D4;
}
.TagClassName
{
border-color: #F278D4;
}
</style>