Shades of Fuchsia Pink #FF75FF
Tints of Fuchsia Pink #FF75FF
RGB
CMYK
RGB Variations
Color information
#FF75FF (or 0xFF75FF) is known color: Fuchsia Pink. HEX triplet: FF, 75 and FF. RGB value is (255,117,255). Sum of RGB (Red+Green+Blue) = 255+117+255=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 117 (46.09% from 255 or 18.66% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF75FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75FF is #008A00. Grayscale: #ADADAD. Windows color (decimal): -35329 or 16741887. OLE color: 16741887.
HSL color Cylindrical-coordinate representation of color #FF75FF: hue angle of 300º 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 #FF75FF is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 255 | - |
| CMYK | 0 | 0.54 | 0 | 0 |
| HSL | 300º | 1% | 0.73% | - |
| HSV(B) | 300º | 0.54% | 1% | - |
| XYZ | 65.65 | 41.2 | 99.1 | - |
| YUV | 173.99 | 173.72 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 255 | 0 | 0.54 | 0 | 0 | 300 | 1 | 0.73 |
| Hex | FF | 75 | FF | 0 | 36 | 0 | 0 | 12C | 64 | 49 |
| Octal | 377 | 165 | 377 | 0 | 66 | 0 | 0 | 454 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11111111 | 0 | 110110 | 0 | 0 | 100101100 | 1100100 | 1001001 |
Color Harmonies of #FF75FF
Complementary color
Monochromatic Colors of #FF75FF
Black with #FF75FF
Text Example
Text Example
White with #FF75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75FF; }
p { color: rgb(255,117,255); }
H1.HeaderClassName
{
color: #FF75FF;
}
.AnyTagClassName
{
color: #FF75FF;
}
</style>
background-color css
<style>
a { background-color: #FF75FF; }
a { background-color: rgb(255,117,255); }
div.DivClassName
{
background-color: #FF75FF;
}
.BgClassName
{
background-color: #FF75FF;
}
</style>
border-color css
<style>
span { border-color: #FF75FF; }
span { border-color: rgb(255,117,255); }
td.TdClassName
{
border-color: #FF75FF;
}
.TagClassName
{
border-color: #FF75FF;
}
</style>