Shades of Pale Magenta #F38CDB
Tints of Pale Magenta #F38CDB
RGB
CMYK
RGB Variations
Color information
#F38CDB (or 0xF38CDB) is known color: Pale Magenta. HEX triplet: F3, 8C and DB. RGB value is (243,140,219). Sum of RGB (Red+Green+Blue) = 243+140+219=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CDB is #0C7324. Grayscale: #B3B3B3. Windows color (decimal): -815909 or 14388467. OLE color: 14388467.
HSL color Cylindrical-coordinate representation of color #F38CDB: hue angle of 313.98º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38CDB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 219 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.05 |
| HSL | 313.98º | 0.81% | 0.75% | - |
| HSV(B) | 313.98º | 0.42% | 0.95% | - |
| XYZ | 59.13 | 42.93 | 72.19 | - |
| YUV | 179.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 219 | 0 | 0.42 | 0.10 | 0.05 | 313.98 | 0.81 | 0.75 |
| Hex | F3 | 8C | DB | 0 | 2A | A | 5 | 13A | 51 | 4B |
| Octal | 363 | 214 | 333 | 0 | 52 | 12 | 5 | 472 | 121 | 113 |
| Binary | 11110011 | 10001100 | 11011011 | 0 | 101010 | 1010 | 101 | 100111010 | 1010001 | 1001011 |
Color Harmonies of #F38CDB
Complementary color
Monochromatic Colors of #F38CDB
Black with #F38CDB
Text Example
Text Example
White with #F38CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CDB; }
p { color: rgb(243,140,219); }
H1.HeaderClassName
{
color: #F38CDB;
}
.AnyTagClassName
{
color: #F38CDB;
}
</style>
background-color css
<style>
a { background-color: #F38CDB; }
a { background-color: rgb(243,140,219); }
div.DivClassName
{
background-color: #F38CDB;
}
.BgClassName
{
background-color: #F38CDB;
}
</style>
border-color css
<style>
span { border-color: #F38CDB; }
span { border-color: rgb(243,140,219); }
td.TdClassName
{
border-color: #F38CDB;
}
.TagClassName
{
border-color: #F38CDB;
}
</style>