Shades of Fuchsia Pink #F279FD
Tints of Fuchsia Pink #F279FD
RGB
CMYK
RGB Variations
Color information
#F279FD (or 0xF279FD) is known color: Fuchsia Pink. HEX triplet: F2, 79 and FD. RGB value is (242,121,253). Sum of RGB (Red+Green+Blue) = 242+121+253=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 121 (47.66% from 255 or 19.64% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #F279FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279FD is #0D8602. Grayscale: #ABABAB. Windows color (decimal): -886275 or 16611826. OLE color: 16611826.
HSL color Cylindrical-coordinate representation of color #F279FD: hue angle of 295º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F279FD is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 121 | 253 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.01 |
| HSL | 295º | 0.97% | 0.73% | - |
| HSV(B) | 295º | 0.52% | 0.99% | - |
| XYZ | 61.18 | 39.64 | 97.36 | - |
| YUV | 172.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 253 | 0.04 | 0.52 | 0 | 0.01 | 295 | 0.97 | 0.73 |
| Hex | F2 | 79 | FD | 4 | 34 | 0 | 1 | 127 | 61 | 49 |
| Octal | 362 | 171 | 375 | 4 | 64 | 0 | 1 | 447 | 141 | 111 |
| Binary | 11110010 | 1111001 | 11111101 | 100 | 110100 | 0 | 1 | 100100111 | 1100001 | 1001001 |
Color Harmonies of #F279FD
Complementary color
Monochromatic Colors of #F279FD
Black with #F279FD
Text Example
Text Example
White with #F279FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279FD; }
p { color: rgb(242,121,253); }
H1.HeaderClassName
{
color: #F279FD;
}
.AnyTagClassName
{
color: #F279FD;
}
</style>
background-color css
<style>
a { background-color: #F279FD; }
a { background-color: rgb(242,121,253); }
div.DivClassName
{
background-color: #F279FD;
}
.BgClassName
{
background-color: #F279FD;
}
</style>
border-color css
<style>
span { border-color: #F279FD; }
span { border-color: rgb(242,121,253); }
td.TdClassName
{
border-color: #F279FD;
}
.TagClassName
{
border-color: #F279FD;
}
</style>