Shades of Fuchsia Pink #F27FFE
Tints of Fuchsia Pink #F27FFE
RGB
CMYK
RGB Variations
Color information
#F27FFE (or 0xF27FFE) is known color: Fuchsia Pink. HEX triplet: F2, 7F and FE. RGB value is (242,127,254). Sum of RGB (Red+Green+Blue) = 242+127+254=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 127 (50% from 255 or 20.39% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #F27FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FFE is #0D8001. Grayscale: #AFAFAF. Windows color (decimal): -884738 or 16678898. OLE color: 16678898.
HSL color Cylindrical-coordinate representation of color #F27FFE: hue angle of 294.33º 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 #F27FFE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 127 | 254 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.00 |
| HSL | 294.33º | 0.98% | 0.75% | - |
| HSV(B) | 294.33º | 0.5% | 1% | - |
| XYZ | 62.1 | 41.21 | 98.45 | - |
| YUV | 175.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 254 | 0.05 | 0.50 | 0 | 0.00 | 294.33 | 0.98 | 0.75 |
| Hex | F2 | 7F | FE | 5 | 32 | 0 | 0 | 126 | 62 | 4B |
| Octal | 362 | 177 | 376 | 5 | 62 | 0 | 0 | 446 | 142 | 113 |
| Binary | 11110010 | 1111111 | 11111110 | 101 | 110010 | 0 | 0 | 100100110 | 1100010 | 1001011 |
Color Harmonies of #F27FFE
Complementary color
Monochromatic Colors of #F27FFE
Black with #F27FFE
Text Example
Text Example
White with #F27FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27FFE; }
p { color: rgb(242,127,254); }
H1.HeaderClassName
{
color: #F27FFE;
}
.AnyTagClassName
{
color: #F27FFE;
}
</style>
background-color css
<style>
a { background-color: #F27FFE; }
a { background-color: rgb(242,127,254); }
div.DivClassName
{
background-color: #F27FFE;
}
.BgClassName
{
background-color: #F27FFE;
}
</style>
border-color css
<style>
span { border-color: #F27FFE; }
span { border-color: rgb(242,127,254); }
td.TdClassName
{
border-color: #F27FFE;
}
.TagClassName
{
border-color: #F27FFE;
}
</style>