Shades of Fuchsia Pink #F875F2
Tints of Fuchsia Pink #F875F2
RGB
CMYK
RGB Variations
Color information
#F875F2 (or 0xF875F2) is known color: Fuchsia Pink. HEX triplet: F8, 75 and F2. RGB value is (248,117,242). Sum of RGB (Red+Green+Blue) = 248+117+242=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 117 (46.09% from 255 or 19.28% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F875F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875F2 is #078A0D. Grayscale: #AAAAAA. Windows color (decimal): -494094 or 15889912. OLE color: 15889912.
HSL color Cylindrical-coordinate representation of color #F875F2: hue angle of 302.75º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875F2 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 242 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.03 |
| HSL | 302.75º | 0.9% | 0.72% | - |
| HSV(B) | 302.75º | 0.53% | 0.97% | - |
| XYZ | 61.1 | 39.09 | 88.33 | - |
| YUV | 170.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 242 | 0 | 0.53 | 0.02 | 0.03 | 302.75 | 0.9 | 0.72 |
| Hex | F8 | 75 | F2 | 0 | 35 | 2 | 3 | 12F | 5A | 48 |
| Octal | 370 | 165 | 362 | 0 | 65 | 2 | 3 | 457 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11110010 | 0 | 110101 | 10 | 11 | 100101111 | 1011010 | 1001000 |
Color Harmonies of #F875F2
Complementary color
Monochromatic Colors of #F875F2
Black with #F875F2
Text Example
Text Example
White with #F875F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875F2; }
p { color: rgb(248,117,242); }
H1.HeaderClassName
{
color: #F875F2;
}
.AnyTagClassName
{
color: #F875F2;
}
</style>
background-color css
<style>
a { background-color: #F875F2; }
a { background-color: rgb(248,117,242); }
div.DivClassName
{
background-color: #F875F2;
}
.BgClassName
{
background-color: #F875F2;
}
</style>
border-color css
<style>
span { border-color: #F875F2; }
span { border-color: rgb(248,117,242); }
td.TdClassName
{
border-color: #F875F2;
}
.TagClassName
{
border-color: #F875F2;
}
</style>