Shades of Pale Magenta #F26FDA
Tints of Pale Magenta #F26FDA
RGB
CMYK
RGB Variations
Color information
#F26FDA (or 0xF26FDA) is known color: Pale Magenta. HEX triplet: F2, 6F and DA. RGB value is (242,111,218). Sum of RGB (Red+Green+Blue) = 242+111+218=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FDA is #0D9025. Grayscale: #A2A2A2. Windows color (decimal): -888870 or 14315506. OLE color: 14315506.
HSL color Cylindrical-coordinate representation of color #F26FDA: hue angle of 310.99º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FDA is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 218 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.05 |
| HSL | 310.99º | 0.83% | 0.69% | - |
| HSV(B) | 310.99º | 0.54% | 0.95% | - |
| XYZ | 54.96 | 35.31 | 70.25 | - |
| YUV | 162.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 218 | 0 | 0.54 | 0.10 | 0.05 | 310.99 | 0.83 | 0.69 |
| Hex | F2 | 6F | DA | 0 | 36 | A | 5 | 137 | 53 | 45 |
| Octal | 362 | 157 | 332 | 0 | 66 | 12 | 5 | 467 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11011010 | 0 | 110110 | 1010 | 101 | 100110111 | 1010011 | 1000101 |
Color Harmonies of #F26FDA
Complementary color
Monochromatic Colors of #F26FDA
Black with #F26FDA
Text Example
Text Example
White with #F26FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FDA; }
p { color: rgb(242,111,218); }
H1.HeaderClassName
{
color: #F26FDA;
}
.AnyTagClassName
{
color: #F26FDA;
}
</style>
background-color css
<style>
a { background-color: #F26FDA; }
a { background-color: rgb(242,111,218); }
div.DivClassName
{
background-color: #F26FDA;
}
.BgClassName
{
background-color: #F26FDA;
}
</style>
border-color css
<style>
span { border-color: #F26FDA; }
span { border-color: rgb(242,111,218); }
td.TdClassName
{
border-color: #F26FDA;
}
.TagClassName
{
border-color: #F26FDA;
}
</style>