Shades of Pale Magenta #FA88DF
Tints of Pale Magenta #FA88DF
RGB
CMYK
RGB Variations
Color information
#FA88DF (or 0xFA88DF) is known color: Pale Magenta. HEX triplet: FA, 88 and DF. RGB value is (250,136,223). Sum of RGB (Red+Green+Blue) = 250+136+223=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88DF is #057720. Grayscale: #B3B3B3. Windows color (decimal): -358177 or 14649594. OLE color: 14649594.
HSL color Cylindrical-coordinate representation of color #FA88DF: hue angle of 314.21º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA88DF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 223 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.02 |
| HSL | 314.21º | 0.92% | 0.76% | - |
| HSV(B) | 314.21º | 0.46% | 0.98% | - |
| XYZ | 61.55 | 43.26 | 74.92 | - |
| YUV | 180 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 223 | 0 | 0.46 | 0.11 | 0.02 | 314.21 | 0.92 | 0.76 |
| Hex | FA | 88 | DF | 0 | 2E | B | 2 | 13A | 5C | 4C |
| Octal | 372 | 210 | 337 | 0 | 56 | 13 | 2 | 472 | 134 | 114 |
| Binary | 11111010 | 10001000 | 11011111 | 0 | 101110 | 1011 | 10 | 100111010 | 1011100 | 1001100 |
Color Harmonies of #FA88DF
Complementary color
Monochromatic Colors of #FA88DF
Black with #FA88DF
Text Example
Text Example
White with #FA88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA88DF; }
p { color: rgb(250,136,223); }
H1.HeaderClassName
{
color: #FA88DF;
}
.AnyTagClassName
{
color: #FA88DF;
}
</style>
background-color css
<style>
a { background-color: #FA88DF; }
a { background-color: rgb(250,136,223); }
div.DivClassName
{
background-color: #FA88DF;
}
.BgClassName
{
background-color: #FA88DF;
}
</style>
border-color css
<style>
span { border-color: #FA88DF; }
span { border-color: rgb(250,136,223); }
td.TdClassName
{
border-color: #FA88DF;
}
.TagClassName
{
border-color: #FA88DF;
}
</style>