Shades of Fuchsia Pink #F27EFD
Tints of Fuchsia Pink #F27EFD
RGB
CMYK
RGB Variations
Color information
#F27EFD (or 0xF27EFD) is known color: Fuchsia Pink. HEX triplet: F2, 7E and FD. RGB value is (242,126,253). Sum of RGB (Red+Green+Blue) = 242+126+253=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 126 (49.61% from 255 or 20.29% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #F27EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27EFD is #0D8102. Grayscale: #AEAEAE. Windows color (decimal): -884995 or 16613106. OLE color: 16613106.
HSL color Cylindrical-coordinate representation of color #F27EFD: hue angle of 294.8º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27EFD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 126 | 253 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.01 |
| HSL | 294.8º | 0.97% | 0.74% | - |
| HSV(B) | 294.8º | 0.5% | 0.99% | - |
| XYZ | 61.81 | 40.89 | 97.56 | - |
| YUV | 175.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 253 | 0.04 | 0.50 | 0 | 0.01 | 294.8 | 0.97 | 0.74 |
| Hex | F2 | 7E | FD | 4 | 32 | 0 | 1 | 127 | 61 | 4A |
| Octal | 362 | 176 | 375 | 4 | 62 | 0 | 1 | 447 | 141 | 112 |
| Binary | 11110010 | 1111110 | 11111101 | 100 | 110010 | 0 | 1 | 100100111 | 1100001 | 1001010 |
Color Harmonies of #F27EFD
Complementary color
Monochromatic Colors of #F27EFD
Black with #F27EFD
Text Example
Text Example
White with #F27EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EFD; }
p { color: rgb(242,126,253); }
H1.HeaderClassName
{
color: #F27EFD;
}
.AnyTagClassName
{
color: #F27EFD;
}
</style>
background-color css
<style>
a { background-color: #F27EFD; }
a { background-color: rgb(242,126,253); }
div.DivClassName
{
background-color: #F27EFD;
}
.BgClassName
{
background-color: #F27EFD;
}
</style>
border-color css
<style>
span { border-color: #F27EFD; }
span { border-color: rgb(242,126,253); }
td.TdClassName
{
border-color: #F27EFD;
}
.TagClassName
{
border-color: #F27EFD;
}
</style>