Shades of Fuchsia Pink #FE74F7
Tints of Fuchsia Pink #FE74F7
RGB
CMYK
RGB Variations
Color information
#FE74F7 (or 0xFE74F7) is known color: Fuchsia Pink. HEX triplet: FE, 74 and F7. RGB value is (254,116,247). Sum of RGB (Red+Green+Blue) = 254+116+247=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 116 (45.70% from 255 or 18.80% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE74F7 is #018B08. Grayscale: #ABABAB. Windows color (decimal): -101129 or 16217342. OLE color: 16217342.
HSL color Cylindrical-coordinate representation of color #FE74F7: hue angle of 303.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE74F7 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 247 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.00 |
| HSL | 303.04º | 0.99% | 0.73% | - |
| HSV(B) | 303.04º | 0.54% | 1% | - |
| XYZ | 63.91 | 40.28 | 92.4 | - |
| YUV | 172.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 247 | 0 | 0.54 | 0.03 | 0.00 | 303.04 | 0.99 | 0.73 |
| Hex | FE | 74 | F7 | 0 | 36 | 3 | 0 | 12F | 63 | 49 |
| Octal | 376 | 164 | 367 | 0 | 66 | 3 | 0 | 457 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11110111 | 0 | 110110 | 11 | 0 | 100101111 | 1100011 | 1001001 |
Color Harmonies of #FE74F7
Complementary color
Monochromatic Colors of #FE74F7
Black with #FE74F7
Text Example
Text Example
White with #FE74F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74F7; }
p { color: rgb(254,116,247); }
H1.HeaderClassName
{
color: #FE74F7;
}
.AnyTagClassName
{
color: #FE74F7;
}
</style>
background-color css
<style>
a { background-color: #FE74F7; }
a { background-color: rgb(254,116,247); }
div.DivClassName
{
background-color: #FE74F7;
}
.BgClassName
{
background-color: #FE74F7;
}
</style>
border-color css
<style>
span { border-color: #FE74F7; }
span { border-color: rgb(254,116,247); }
td.TdClassName
{
border-color: #FE74F7;
}
.TagClassName
{
border-color: #FE74F7;
}
</style>