Shades of Fuchsia Pink #F27CFF
Tints of Fuchsia Pink #F27CFF
RGB
CMYK
RGB Variations
Color information
#F27CFF (or 0xF27CFF) is known color: Fuchsia Pink. HEX triplet: F2, 7C and FF. RGB value is (242,124,255). Sum of RGB (Red+Green+Blue) = 242+124+255=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 124 (48.83% from 255 or 19.97% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #F27CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CFF is #0D8300. Grayscale: #ADADAD. Windows color (decimal): -885505 or 16743666. OLE color: 16743666.
HSL color Cylindrical-coordinate representation of color #F27CFF: hue angle of 294.05º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27CFF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 124 | 255 | - |
| CMYK | 0.05 | 0.51 | 0 | 0 |
| HSL | 294.05º | 1% | 0.74% | - |
| HSV(B) | 294.05º | 0.51% | 1% | - |
| XYZ | 61.88 | 40.51 | 99.17 | - |
| YUV | 174.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 255 | 0.05 | 0.51 | 0 | 0 | 294.05 | 1 | 0.74 |
| Hex | F2 | 7C | FF | 5 | 33 | 0 | 0 | 126 | 64 | 4A |
| Octal | 362 | 174 | 377 | 5 | 63 | 0 | 0 | 446 | 144 | 112 |
| Binary | 11110010 | 1111100 | 11111111 | 101 | 110011 | 0 | 0 | 100100110 | 1100100 | 1001010 |
Color Harmonies of #F27CFF
Complementary color
Monochromatic Colors of #F27CFF
Black with #F27CFF
Text Example
Text Example
White with #F27CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CFF; }
p { color: rgb(242,124,255); }
H1.HeaderClassName
{
color: #F27CFF;
}
.AnyTagClassName
{
color: #F27CFF;
}
</style>
background-color css
<style>
a { background-color: #F27CFF; }
a { background-color: rgb(242,124,255); }
div.DivClassName
{
background-color: #F27CFF;
}
.BgClassName
{
background-color: #F27CFF;
}
</style>
border-color css
<style>
span { border-color: #F27CFF; }
span { border-color: rgb(242,124,255); }
td.TdClassName
{
border-color: #F27CFF;
}
.TagClassName
{
border-color: #F27CFF;
}
</style>