Shades of Fuchsia Pink #FF74F0
Tints of Fuchsia Pink #FF74F0
RGB
CMYK
RGB Variations
Color information
#FF74F0 (or 0xFF74F0) is known color: Fuchsia Pink. HEX triplet: FF, 74 and F0. RGB value is (255,116,240). Sum of RGB (Red+Green+Blue) = 255+116+240=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 116 (45.70% from 255 or 18.99% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74F0 is #008B0F. Grayscale: #ABABAB. Windows color (decimal): -35600 or 15758591. OLE color: 15758591.
HSL color Cylindrical-coordinate representation of color #FF74F0: hue angle of 306.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74F0 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 240 | - |
| CMYK | 0 | 0.55 | 0.06 | 0 |
| HSL | 306.47º | 1% | 0.73% | - |
| HSV(B) | 306.47º | 0.55% | 1% | - |
| XYZ | 63.21 | 40.04 | 86.84 | - |
| YUV | 171.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 240 | 0 | 0.55 | 0.06 | 0 | 306.47 | 1 | 0.73 |
| Hex | FF | 74 | F0 | 0 | 37 | 6 | 0 | 132 | 64 | 49 |
| Octal | 377 | 164 | 360 | 0 | 67 | 6 | 0 | 462 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11110000 | 0 | 110111 | 110 | 0 | 100110010 | 1100100 | 1001001 |
Color Harmonies of #FF74F0
Complementary color
Monochromatic Colors of #FF74F0
Black with #FF74F0
Text Example
Text Example
White with #FF74F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74F0; }
p { color: rgb(255,116,240); }
H1.HeaderClassName
{
color: #FF74F0;
}
.AnyTagClassName
{
color: #FF74F0;
}
</style>
background-color css
<style>
a { background-color: #FF74F0; }
a { background-color: rgb(255,116,240); }
div.DivClassName
{
background-color: #FF74F0;
}
.BgClassName
{
background-color: #FF74F0;
}
</style>
border-color css
<style>
span { border-color: #FF74F0; }
span { border-color: rgb(255,116,240); }
td.TdClassName
{
border-color: #FF74F0;
}
.TagClassName
{
border-color: #FF74F0;
}
</style>