Shades of Pale Magenta #F27BDF
Tints of Pale Magenta #F27BDF
RGB
CMYK
RGB Variations
Color information
#F27BDF (or 0xF27BDF) is known color: Pale Magenta. HEX triplet: F2, 7B and DF. RGB value is (242,123,223). Sum of RGB (Red+Green+Blue) = 242+123+223=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BDF is #0D8420. Grayscale: #A9A9A9. Windows color (decimal): -885793 or 14646258. OLE color: 14646258.
HSL color Cylindrical-coordinate representation of color #F27BDF: hue angle of 309.58º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BDF is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 223 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.05 |
| HSL | 309.58º | 0.82% | 0.72% | - |
| HSV(B) | 309.58º | 0.49% | 0.95% | - |
| XYZ | 57.02 | 38.37 | 74.21 | - |
| YUV | 169.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 223 | 0 | 0.49 | 0.08 | 0.05 | 309.58 | 0.82 | 0.72 |
| Hex | F2 | 7B | DF | 0 | 31 | 8 | 5 | 136 | 52 | 48 |
| Octal | 362 | 173 | 337 | 0 | 61 | 10 | 5 | 466 | 122 | 110 |
| Binary | 11110010 | 1111011 | 11011111 | 0 | 110001 | 1000 | 101 | 100110110 | 1010010 | 1001000 |
Color Harmonies of #F27BDF
Complementary color
Monochromatic Colors of #F27BDF
Black with #F27BDF
Text Example
Text Example
White with #F27BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BDF; }
p { color: rgb(242,123,223); }
H1.HeaderClassName
{
color: #F27BDF;
}
.AnyTagClassName
{
color: #F27BDF;
}
</style>
background-color css
<style>
a { background-color: #F27BDF; }
a { background-color: rgb(242,123,223); }
div.DivClassName
{
background-color: #F27BDF;
}
.BgClassName
{
background-color: #F27BDF;
}
</style>
border-color css
<style>
span { border-color: #F27BDF; }
span { border-color: rgb(242,123,223); }
td.TdClassName
{
border-color: #F27BDF;
}
.TagClassName
{
border-color: #F27BDF;
}
</style>