Shades of Fuchsia Pink #F073FF
Tints of Fuchsia Pink #F073FF
RGB
CMYK
RGB Variations
Color information
#F073FF (or 0xF073FF) is known color: Fuchsia Pink. HEX triplet: F0, 73 and FF. RGB value is (240,115,255). Sum of RGB (Red+Green+Blue) = 240+115+255=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 115 (45.31% from 255 or 18.85% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #F073FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073FF is #0F8C00. Grayscale: #A7A7A7. Windows color (decimal): -1018881 or 16741360. OLE color: 16741360.
HSL color Cylindrical-coordinate representation of color #F073FF: hue angle of 293.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F073FF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 115 | 255 | - |
| CMYK | 0.06 | 0.55 | 0 | 0 |
| HSL | 293.57º | 1% | 0.73% | - |
| HSV(B) | 293.57º | 0.55% | 1% | - |
| XYZ | 60.12 | 38.01 | 98.78 | - |
| YUV | 168.34 | 176.91 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 255 | 0.06 | 0.55 | 0 | 0 | 293.57 | 1 | 0.73 |
| Hex | F0 | 73 | FF | 6 | 37 | 0 | 0 | 126 | 64 | 49 |
| Octal | 360 | 163 | 377 | 6 | 67 | 0 | 0 | 446 | 144 | 111 |
| Binary | 11110000 | 1110011 | 11111111 | 110 | 110111 | 0 | 0 | 100100110 | 1100100 | 1001001 |
Color Harmonies of #F073FF
Complementary color
Monochromatic Colors of #F073FF
Black with #F073FF
Text Example
Text Example
White with #F073FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073FF; }
p { color: rgb(240,115,255); }
H1.HeaderClassName
{
color: #F073FF;
}
.AnyTagClassName
{
color: #F073FF;
}
</style>
background-color css
<style>
a { background-color: #F073FF; }
a { background-color: rgb(240,115,255); }
div.DivClassName
{
background-color: #F073FF;
}
.BgClassName
{
background-color: #F073FF;
}
</style>
border-color css
<style>
span { border-color: #F073FF; }
span { border-color: rgb(240,115,255); }
td.TdClassName
{
border-color: #F073FF;
}
.TagClassName
{
border-color: #F073FF;
}
</style>