Shades of Fuchsia Pink #FF75F0
Tints of Fuchsia Pink #FF75F0
RGB
CMYK
RGB Variations
Color information
#FF75F0 (or 0xFF75F0) is known color: Fuchsia Pink. HEX triplet: FF, 75 and F0. RGB value is (255,117,240). Sum of RGB (Red+Green+Blue) = 255+117+240=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 117 (46.09% from 255 or 19.12% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75F0 is #008A0F. Grayscale: #ABABAB. Windows color (decimal): -35344 or 15758847. OLE color: 15758847.
HSL color Cylindrical-coordinate representation of color #FF75F0: hue angle of 306.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75F0 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 240 | - |
| CMYK | 0 | 0.54 | 0.06 | 0 |
| HSL | 306.52º | 1% | 0.73% | - |
| HSV(B) | 306.52º | 0.54% | 1% | - |
| XYZ | 63.33 | 40.27 | 86.87 | - |
| YUV | 172.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 240 | 0 | 0.54 | 0.06 | 0 | 306.52 | 1 | 0.73 |
| Hex | FF | 75 | F0 | 0 | 36 | 6 | 0 | 133 | 64 | 49 |
| Octal | 377 | 165 | 360 | 0 | 66 | 6 | 0 | 463 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11110000 | 0 | 110110 | 110 | 0 | 100110011 | 1100100 | 1001001 |
Color Harmonies of #FF75F0
Complementary color
Monochromatic Colors of #FF75F0
Black with #FF75F0
Text Example
Text Example
White with #FF75F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75F0; }
p { color: rgb(255,117,240); }
H1.HeaderClassName
{
color: #FF75F0;
}
.AnyTagClassName
{
color: #FF75F0;
}
</style>
background-color css
<style>
a { background-color: #FF75F0; }
a { background-color: rgb(255,117,240); }
div.DivClassName
{
background-color: #FF75F0;
}
.BgClassName
{
background-color: #FF75F0;
}
</style>
border-color css
<style>
span { border-color: #FF75F0; }
span { border-color: rgb(255,117,240); }
td.TdClassName
{
border-color: #FF75F0;
}
.TagClassName
{
border-color: #FF75F0;
}
</style>