Shades of Fuchsia Pink #F27DFF
Tints of Fuchsia Pink #F27DFF
RGB
CMYK
RGB Variations
Color information
#F27DFF (or 0xF27DFF) is known color: Fuchsia Pink. HEX triplet: F2, 7D and FF. RGB value is (242,125,255). Sum of RGB (Red+Green+Blue) = 242+125+255=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 125 (49.22% from 255 or 20.10% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #F27DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27DFF is #0D8200. Grayscale: #AEAEAE. Windows color (decimal): -885249 or 16743922. OLE color: 16743922.
HSL color Cylindrical-coordinate representation of color #F27DFF: hue angle of 294º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27DFF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 125 | 255 | - |
| CMYK | 0.05 | 0.51 | 0 | 0 |
| HSL | 294º | 1% | 0.75% | - |
| HSV(B) | 294º | 0.51% | 1% | - |
| XYZ | 62 | 40.76 | 99.21 | - |
| YUV | 174.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 255 | 0.05 | 0.51 | 0 | 0 | 294 | 1 | 0.75 |
| Hex | F2 | 7D | FF | 5 | 33 | 0 | 0 | 126 | 64 | 4B |
| Octal | 362 | 175 | 377 | 5 | 63 | 0 | 0 | 446 | 144 | 113 |
| Binary | 11110010 | 1111101 | 11111111 | 101 | 110011 | 0 | 0 | 100100110 | 1100100 | 1001011 |
Color Harmonies of #F27DFF
Complementary color
Monochromatic Colors of #F27DFF
Black with #F27DFF
Text Example
Text Example
White with #F27DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DFF; }
p { color: rgb(242,125,255); }
H1.HeaderClassName
{
color: #F27DFF;
}
.AnyTagClassName
{
color: #F27DFF;
}
</style>
background-color css
<style>
a { background-color: #F27DFF; }
a { background-color: rgb(242,125,255); }
div.DivClassName
{
background-color: #F27DFF;
}
.BgClassName
{
background-color: #F27DFF;
}
</style>
border-color css
<style>
span { border-color: #F27DFF; }
span { border-color: rgb(242,125,255); }
td.TdClassName
{
border-color: #F27DFF;
}
.TagClassName
{
border-color: #F27DFF;
}
</style>