Shades of Fuchsia Pink #F273FE
Tints of Fuchsia Pink #F273FE
RGB
CMYK
RGB Variations
Color information
#F273FE (or 0xF273FE) is known color: Fuchsia Pink. HEX triplet: F2, 73 and FE. RGB value is (242,115,254). Sum of RGB (Red+Green+Blue) = 242+115+254=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 115 (45.31% from 255 or 18.82% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #F273FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273FE is #0D8C01. Grayscale: #A8A8A8. Windows color (decimal): -887810 or 16675826. OLE color: 16675826.
HSL color Cylindrical-coordinate representation of color #F273FE: hue angle of 294.82º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F273FE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 115 | 254 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.00 |
| HSL | 294.82º | 0.99% | 0.72% | - |
| HSV(B) | 294.82º | 0.55% | 1% | - |
| XYZ | 60.64 | 38.29 | 97.96 | - |
| YUV | 168.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 254 | 0.05 | 0.55 | 0 | 0.00 | 294.82 | 0.99 | 0.72 |
| Hex | F2 | 73 | FE | 5 | 37 | 0 | 0 | 127 | 63 | 48 |
| Octal | 362 | 163 | 376 | 5 | 67 | 0 | 0 | 447 | 143 | 110 |
| Binary | 11110010 | 1110011 | 11111110 | 101 | 110111 | 0 | 0 | 100100111 | 1100011 | 1001000 |
Color Harmonies of #F273FE
Complementary color
Monochromatic Colors of #F273FE
Black with #F273FE
Text Example
Text Example
White with #F273FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273FE; }
p { color: rgb(242,115,254); }
H1.HeaderClassName
{
color: #F273FE;
}
.AnyTagClassName
{
color: #F273FE;
}
</style>
background-color css
<style>
a { background-color: #F273FE; }
a { background-color: rgb(242,115,254); }
div.DivClassName
{
background-color: #F273FE;
}
.BgClassName
{
background-color: #F273FE;
}
</style>
border-color css
<style>
span { border-color: #F273FE; }
span { border-color: rgb(242,115,254); }
td.TdClassName
{
border-color: #F273FE;
}
.TagClassName
{
border-color: #F273FE;
}
</style>