Shades of Fuchsia Pink #F785FF
Tints of Fuchsia Pink #F785FF
RGB
CMYK
RGB Variations
Color information
#F785FF (or 0xF785FF) is known color: Fuchsia Pink. HEX triplet: F7, 85 and FF. RGB value is (247,133,255). Sum of RGB (Red+Green+Blue) = 247+133+255=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 133 (52.34% from 255 or 20.94% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #F785FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F785FF is #087A00. Grayscale: #B4B4B4. Windows color (decimal): -555521 or 16745975. OLE color: 16745975.
HSL color Cylindrical-coordinate representation of color #F785FF: hue angle of 296.07º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F785FF is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 133 | 255 | - |
| CMYK | 0.03 | 0.48 | 0 | 0 |
| HSL | 296.07º | 1% | 0.76% | - |
| HSV(B) | 296.07º | 0.48% | 1% | - |
| XYZ | 64.8 | 43.77 | 99.64 | - |
| YUV | 180.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 255 | 0.03 | 0.48 | 0 | 0 | 296.07 | 1 | 0.76 |
| Hex | F7 | 85 | FF | 3 | 30 | 0 | 0 | 128 | 64 | 4C |
| Octal | 367 | 205 | 377 | 3 | 60 | 0 | 0 | 450 | 144 | 114 |
| Binary | 11110111 | 10000101 | 11111111 | 11 | 110000 | 0 | 0 | 100101000 | 1100100 | 1001100 |
Color Harmonies of #F785FF
Complementary color
Monochromatic Colors of #F785FF
Black with #F785FF
Text Example
Text Example
White with #F785FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785FF; }
p { color: rgb(247,133,255); }
H1.HeaderClassName
{
color: #F785FF;
}
.AnyTagClassName
{
color: #F785FF;
}
</style>
background-color css
<style>
a { background-color: #F785FF; }
a { background-color: rgb(247,133,255); }
div.DivClassName
{
background-color: #F785FF;
}
.BgClassName
{
background-color: #F785FF;
}
</style>
border-color css
<style>
span { border-color: #F785FF; }
span { border-color: rgb(247,133,255); }
td.TdClassName
{
border-color: #F785FF;
}
.TagClassName
{
border-color: #F785FF;
}
</style>