Shades of Fuchsia Pink #F27EFE
Tints of Fuchsia Pink #F27EFE
RGB
CMYK
RGB Variations
Color information
#F27EFE (or 0xF27EFE) is known color: Fuchsia Pink. HEX triplet: F2, 7E and FE. RGB value is (242,126,254). Sum of RGB (Red+Green+Blue) = 242+126+254=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 126 (49.61% from 255 or 20.26% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #F27EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27EFE is #0D8101. Grayscale: #AEAEAE. Windows color (decimal): -884994 or 16678642. OLE color: 16678642.
HSL color Cylindrical-coordinate representation of color #F27EFE: hue angle of 294.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27EFE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 126 | 254 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.00 |
| HSL | 294.38º | 0.98% | 0.75% | - |
| HSV(B) | 294.38º | 0.5% | 1% | - |
| XYZ | 61.97 | 40.95 | 98.4 | - |
| YUV | 175.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 254 | 0.05 | 0.50 | 0 | 0.00 | 294.38 | 0.98 | 0.75 |
| Hex | F2 | 7E | FE | 5 | 32 | 0 | 0 | 126 | 62 | 4B |
| Octal | 362 | 176 | 376 | 5 | 62 | 0 | 0 | 446 | 142 | 113 |
| Binary | 11110010 | 1111110 | 11111110 | 101 | 110010 | 0 | 0 | 100100110 | 1100010 | 1001011 |
Color Harmonies of #F27EFE
Complementary color
Monochromatic Colors of #F27EFE
Black with #F27EFE
Text Example
Text Example
White with #F27EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EFE; }
p { color: rgb(242,126,254); }
H1.HeaderClassName
{
color: #F27EFE;
}
.AnyTagClassName
{
color: #F27EFE;
}
</style>
background-color css
<style>
a { background-color: #F27EFE; }
a { background-color: rgb(242,126,254); }
div.DivClassName
{
background-color: #F27EFE;
}
.BgClassName
{
background-color: #F27EFE;
}
</style>
border-color css
<style>
span { border-color: #F27EFE; }
span { border-color: rgb(242,126,254); }
td.TdClassName
{
border-color: #F27EFE;
}
.TagClassName
{
border-color: #F27EFE;
}
</style>