Shades of Fuchsia Pink #F27EFC
Tints of Fuchsia Pink #F27EFC
RGB
CMYK
RGB Variations
Color information
#F27EFC (or 0xF27EFC) is known color: Fuchsia Pink. HEX triplet: F2, 7E and FC. RGB value is (242,126,252). Sum of RGB (Red+Green+Blue) = 242+126+252=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 126 (49.61% from 255 or 20.32% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #F27EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27EFC is #0D8103. Grayscale: #AEAEAE. Windows color (decimal): -884996 or 16547570. OLE color: 16547570.
HSL color Cylindrical-coordinate representation of color #F27EFC: hue angle of 295.24º degrees, saturation: 0.95, 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 #F27EFC is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 126 | 252 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.01 |
| HSL | 295.24º | 0.95% | 0.74% | - |
| HSV(B) | 295.24º | 0.5% | 0.99% | - |
| XYZ | 61.65 | 40.83 | 96.73 | - |
| YUV | 175.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 252 | 0.04 | 0.5 | 0 | 0.01 | 295.24 | 0.95 | 0.74 |
| Hex | F2 | 7E | FC | 4 | 32 | 0 | 1 | 127 | 5F | 4A |
| Octal | 362 | 176 | 374 | 4 | 62 | 0 | 1 | 447 | 137 | 112 |
| Binary | 11110010 | 1111110 | 11111100 | 100 | 110010 | 0 | 1 | 100100111 | 1011111 | 1001010 |
Color Harmonies of #F27EFC
Complementary color
Monochromatic Colors of #F27EFC
Black with #F27EFC
Text Example
Text Example
White with #F27EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EFC; }
p { color: rgb(242,126,252); }
H1.HeaderClassName
{
color: #F27EFC;
}
.AnyTagClassName
{
color: #F27EFC;
}
</style>
background-color css
<style>
a { background-color: #F27EFC; }
a { background-color: rgb(242,126,252); }
div.DivClassName
{
background-color: #F27EFC;
}
.BgClassName
{
background-color: #F27EFC;
}
</style>
border-color css
<style>
span { border-color: #F27EFC; }
span { border-color: rgb(242,126,252); }
td.TdClassName
{
border-color: #F27EFC;
}
.TagClassName
{
border-color: #F27EFC;
}
</style>