Shades of Fuchsia Pink #F273FB
Tints of Fuchsia Pink #F273FB
RGB
CMYK
RGB Variations
Color information
#F273FB (or 0xF273FB) is known color: Fuchsia Pink. HEX triplet: F2, 73 and FB. RGB value is (242,115,251). Sum of RGB (Red+Green+Blue) = 242+115+251=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 115 (45.31% from 255 or 18.91% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #F273FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273FB is #0D8C04. Grayscale: #A8A8A8. Windows color (decimal): -887813 or 16479218. OLE color: 16479218.
HSL color Cylindrical-coordinate representation of color #F273FB: hue angle of 296.03º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F273FB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 115 | 251 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.02 |
| HSL | 296.03º | 0.94% | 0.72% | - |
| HSV(B) | 296.03º | 0.54% | 0.98% | - |
| XYZ | 60.16 | 38.1 | 95.45 | - |
| YUV | 168.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 251 | 0.04 | 0.54 | 0 | 0.02 | 296.03 | 0.94 | 0.72 |
| Hex | F2 | 73 | FB | 4 | 36 | 0 | 2 | 128 | 5E | 48 |
| Octal | 362 | 163 | 373 | 4 | 66 | 0 | 2 | 450 | 136 | 110 |
| Binary | 11110010 | 1110011 | 11111011 | 100 | 110110 | 0 | 10 | 100101000 | 1011110 | 1001000 |
Color Harmonies of #F273FB
Complementary color
Monochromatic Colors of #F273FB
Black with #F273FB
Text Example
Text Example
White with #F273FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273FB; }
p { color: rgb(242,115,251); }
H1.HeaderClassName
{
color: #F273FB;
}
.AnyTagClassName
{
color: #F273FB;
}
</style>
background-color css
<style>
a { background-color: #F273FB; }
a { background-color: rgb(242,115,251); }
div.DivClassName
{
background-color: #F273FB;
}
.BgClassName
{
background-color: #F273FB;
}
</style>
border-color css
<style>
span { border-color: #F273FB; }
span { border-color: rgb(242,115,251); }
td.TdClassName
{
border-color: #F273FB;
}
.TagClassName
{
border-color: #F273FB;
}
</style>