Shades of Pale Magenta #F475DB
Tints of Pale Magenta #F475DB
RGB
CMYK
RGB Variations
Color information
#F475DB (or 0xF475DB) is known color: Pale Magenta. HEX triplet: F4, 75 and DB. RGB value is (244,117,219). Sum of RGB (Red+Green+Blue) = 244+117+219=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F475DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F475DB is #0B8A24. Grayscale: #A6A6A6. Windows color (decimal): -756261 or 14382580. OLE color: 14382580.
HSL color Cylindrical-coordinate representation of color #F475DB: hue angle of 311.81º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F475DB is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 219 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.04 |
| HSL | 311.81º | 0.85% | 0.71% | - |
| HSV(B) | 311.81º | 0.52% | 0.96% | - |
| XYZ | 56.46 | 37.07 | 71.2 | - |
| YUV | 166.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 219 | 0 | 0.52 | 0.10 | 0.04 | 311.81 | 0.85 | 0.71 |
| Hex | F4 | 75 | DB | 0 | 34 | A | 4 | 138 | 55 | 47 |
| Octal | 364 | 165 | 333 | 0 | 64 | 12 | 4 | 470 | 125 | 107 |
| Binary | 11110100 | 1110101 | 11011011 | 0 | 110100 | 1010 | 100 | 100111000 | 1010101 | 1000111 |
Color Harmonies of #F475DB
Complementary color
Monochromatic Colors of #F475DB
Black with #F475DB
Text Example
Text Example
White with #F475DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F475DB; }
p { color: rgb(244,117,219); }
H1.HeaderClassName
{
color: #F475DB;
}
.AnyTagClassName
{
color: #F475DB;
}
</style>
background-color css
<style>
a { background-color: #F475DB; }
a { background-color: rgb(244,117,219); }
div.DivClassName
{
background-color: #F475DB;
}
.BgClassName
{
background-color: #F475DB;
}
</style>
border-color css
<style>
span { border-color: #F475DB; }
span { border-color: rgb(244,117,219); }
td.TdClassName
{
border-color: #F475DB;
}
.TagClassName
{
border-color: #F475DB;
}
</style>