Shades of Pale Magenta #F68CE5
Tints of Pale Magenta #F68CE5
RGB
CMYK
RGB Variations
Color information
#F68CE5 (or 0xF68CE5) is known color: Pale Magenta. HEX triplet: F6, 8C and E5. RGB value is (246,140,229). Sum of RGB (Red+Green+Blue) = 246+140+229=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CE5 is #09731A. Grayscale: #B5B5B5. Windows color (decimal): -619291 or 15043830. OLE color: 15043830.
HSL color Cylindrical-coordinate representation of color #F68CE5: hue angle of 309.62º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68CE5 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 229 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.04 |
| HSL | 309.62º | 0.85% | 0.76% | - |
| HSV(B) | 309.62º | 0.43% | 0.96% | - |
| XYZ | 61.53 | 44.01 | 79.38 | - |
| YUV | 181.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 229 | 0 | 0.43 | 0.07 | 0.04 | 309.62 | 0.85 | 0.76 |
| Hex | F6 | 8C | E5 | 0 | 2B | 7 | 4 | 136 | 55 | 4C |
| Octal | 366 | 214 | 345 | 0 | 53 | 7 | 4 | 466 | 125 | 114 |
| Binary | 11110110 | 10001100 | 11100101 | 0 | 101011 | 111 | 100 | 100110110 | 1010101 | 1001100 |
Color Harmonies of #F68CE5
Complementary color
Monochromatic Colors of #F68CE5
Black with #F68CE5
Text Example
Text Example
White with #F68CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CE5; }
p { color: rgb(246,140,229); }
H1.HeaderClassName
{
color: #F68CE5;
}
.AnyTagClassName
{
color: #F68CE5;
}
</style>
background-color css
<style>
a { background-color: #F68CE5; }
a { background-color: rgb(246,140,229); }
div.DivClassName
{
background-color: #F68CE5;
}
.BgClassName
{
background-color: #F68CE5;
}
</style>
border-color css
<style>
span { border-color: #F68CE5; }
span { border-color: rgb(246,140,229); }
td.TdClassName
{
border-color: #F68CE5;
}
.TagClassName
{
border-color: #F68CE5;
}
</style>