Shades of Pale Magenta #F68FDA
Tints of Pale Magenta #F68FDA
RGB
CMYK
RGB Variations
Color information
#F68FDA (or 0xF68FDA) is known color: Pale Magenta. HEX triplet: F6, 8F and DA. RGB value is (246,143,218). Sum of RGB (Red+Green+Blue) = 246+143+218=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FDA is #097025. Grayscale: #B6B6B6. Windows color (decimal): -618534 or 14323702. OLE color: 14323702.
HSL color Cylindrical-coordinate representation of color #F68FDA: hue angle of 316.31º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FDA is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 218 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.04 |
| HSL | 316.31º | 0.85% | 0.76% | - |
| HSV(B) | 316.31º | 0.42% | 0.96% | - |
| XYZ | 60.48 | 44.3 | 71.69 | - |
| YUV | 182.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 218 | 0 | 0.42 | 0.11 | 0.04 | 316.31 | 0.85 | 0.76 |
| Hex | F6 | 8F | DA | 0 | 2A | B | 4 | 13C | 55 | 4C |
| Octal | 366 | 217 | 332 | 0 | 52 | 13 | 4 | 474 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11011010 | 0 | 101010 | 1011 | 100 | 100111100 | 1010101 | 1001100 |
Color Harmonies of #F68FDA
Complementary color
Monochromatic Colors of #F68FDA
Black with #F68FDA
Text Example
Text Example
White with #F68FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FDA; }
p { color: rgb(246,143,218); }
H1.HeaderClassName
{
color: #F68FDA;
}
.AnyTagClassName
{
color: #F68FDA;
}
</style>
background-color css
<style>
a { background-color: #F68FDA; }
a { background-color: rgb(246,143,218); }
div.DivClassName
{
background-color: #F68FDA;
}
.BgClassName
{
background-color: #F68FDA;
}
</style>
border-color css
<style>
span { border-color: #F68FDA; }
span { border-color: rgb(246,143,218); }
td.TdClassName
{
border-color: #F68FDA;
}
.TagClassName
{
border-color: #F68FDA;
}
</style>