Shades of Fuchsia Pink #F273FF
Tints of Fuchsia Pink #F273FF
RGB
CMYK
RGB Variations
Color information
#F273FF (or 0xF273FF) is known color: Fuchsia Pink. HEX triplet: F2, 73 and FF. RGB value is (242,115,255). Sum of RGB (Red+Green+Blue) = 242+115+255=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 115 (45.31% from 255 or 18.79% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #F273FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273FF is #0D8C00. Grayscale: #A8A8A8. Windows color (decimal): -887809 or 16741362. OLE color: 16741362.
HSL color Cylindrical-coordinate representation of color #F273FF: hue angle of 294.43º 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 #F273FF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 115 | 255 | - |
| CMYK | 0.05 | 0.55 | 0 | 0 |
| HSL | 294.43º | 1% | 0.73% | - |
| HSV(B) | 294.43º | 0.55% | 1% | - |
| XYZ | 60.8 | 38.36 | 98.81 | - |
| YUV | 168.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 255 | 0.05 | 0.55 | 0 | 0 | 294.43 | 1 | 0.73 |
| Hex | F2 | 73 | FF | 5 | 37 | 0 | 0 | 126 | 64 | 49 |
| Octal | 362 | 163 | 377 | 5 | 67 | 0 | 0 | 446 | 144 | 111 |
| Binary | 11110010 | 1110011 | 11111111 | 101 | 110111 | 0 | 0 | 100100110 | 1100100 | 1001001 |
Color Harmonies of #F273FF
Complementary color
Monochromatic Colors of #F273FF
Black with #F273FF
Text Example
Text Example
White with #F273FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273FF; }
p { color: rgb(242,115,255); }
H1.HeaderClassName
{
color: #F273FF;
}
.AnyTagClassName
{
color: #F273FF;
}
</style>
background-color css
<style>
a { background-color: #F273FF; }
a { background-color: rgb(242,115,255); }
div.DivClassName
{
background-color: #F273FF;
}
.BgClassName
{
background-color: #F273FF;
}
</style>
border-color css
<style>
span { border-color: #F273FF; }
span { border-color: rgb(242,115,255); }
td.TdClassName
{
border-color: #F273FF;
}
.TagClassName
{
border-color: #F273FF;
}
</style>