Shades of Fuchsia Pink #F275FC
Tints of Fuchsia Pink #F275FC
RGB
CMYK
RGB Variations
Color information
#F275FC (or 0xF275FC) is known color: Fuchsia Pink. HEX triplet: F2, 75 and FC. RGB value is (242,117,252). Sum of RGB (Red+Green+Blue) = 242+117+252=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 117 (46.09% from 255 or 19.15% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #F275FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F275FC is #0D8A03. Grayscale: #A9A9A9. Windows color (decimal): -887300 or 16545266. OLE color: 16545266.
HSL color Cylindrical-coordinate representation of color #F275FC: hue angle of 295.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F275FC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 117 | 252 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.01 |
| HSL | 295.56º | 0.96% | 0.72% | - |
| HSV(B) | 295.56º | 0.54% | 0.99% | - |
| XYZ | 60.55 | 38.63 | 96.36 | - |
| YUV | 169.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 252 | 0.04 | 0.54 | 0 | 0.01 | 295.56 | 0.96 | 0.72 |
| Hex | F2 | 75 | FC | 4 | 36 | 0 | 1 | 128 | 60 | 48 |
| Octal | 362 | 165 | 374 | 4 | 66 | 0 | 1 | 450 | 140 | 110 |
| Binary | 11110010 | 1110101 | 11111100 | 100 | 110110 | 0 | 1 | 100101000 | 1100000 | 1001000 |
Color Harmonies of #F275FC
Complementary color
Monochromatic Colors of #F275FC
Black with #F275FC
Text Example
Text Example
White with #F275FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F275FC; }
p { color: rgb(242,117,252); }
H1.HeaderClassName
{
color: #F275FC;
}
.AnyTagClassName
{
color: #F275FC;
}
</style>
background-color css
<style>
a { background-color: #F275FC; }
a { background-color: rgb(242,117,252); }
div.DivClassName
{
background-color: #F275FC;
}
.BgClassName
{
background-color: #F275FC;
}
</style>
border-color css
<style>
span { border-color: #F275FC; }
span { border-color: rgb(242,117,252); }
td.TdClassName
{
border-color: #F275FC;
}
.TagClassName
{
border-color: #F275FC;
}
</style>