Shades of Fuchsia Pink #FF74F7
Tints of Fuchsia Pink #FF74F7
RGB
CMYK
RGB Variations
Color information
#FF74F7 (or 0xFF74F7) is known color: Fuchsia Pink. HEX triplet: FF, 74 and F7. RGB value is (255,116,247). Sum of RGB (Red+Green+Blue) = 255+116+247=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 116 (45.70% from 255 or 18.77% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74F7 is #008B08. Grayscale: #ACACAC. Windows color (decimal): -35593 or 16217343. OLE color: 16217343.
HSL color Cylindrical-coordinate representation of color #FF74F7: hue angle of 303.45º 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 #FF74F7 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 247 | - |
| CMYK | 0 | 0.55 | 0.03 | 0 |
| HSL | 303.45º | 1% | 0.73% | - |
| HSV(B) | 303.45º | 0.55% | 1% | - |
| XYZ | 64.27 | 40.47 | 92.42 | - |
| YUV | 172.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 247 | 0 | 0.55 | 0.03 | 0 | 303.45 | 1 | 0.73 |
| Hex | FF | 74 | F7 | 0 | 37 | 3 | 0 | 12F | 64 | 49 |
| Octal | 377 | 164 | 367 | 0 | 67 | 3 | 0 | 457 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11110111 | 0 | 110111 | 11 | 0 | 100101111 | 1100100 | 1001001 |
Color Harmonies of #FF74F7
Complementary color
Monochromatic Colors of #FF74F7
Black with #FF74F7
Text Example
Text Example
White with #FF74F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74F7; }
p { color: rgb(255,116,247); }
H1.HeaderClassName
{
color: #FF74F7;
}
.AnyTagClassName
{
color: #FF74F7;
}
</style>
background-color css
<style>
a { background-color: #FF74F7; }
a { background-color: rgb(255,116,247); }
div.DivClassName
{
background-color: #FF74F7;
}
.BgClassName
{
background-color: #FF74F7;
}
</style>
border-color css
<style>
span { border-color: #FF74F7; }
span { border-color: rgb(255,116,247); }
td.TdClassName
{
border-color: #FF74F7;
}
.TagClassName
{
border-color: #FF74F7;
}
</style>