Shades of Fuchsia Pink #FA74EE
Tints of Fuchsia Pink #FA74EE
RGB
CMYK
RGB Variations
Color information
#FA74EE (or 0xFA74EE) is known color: Fuchsia Pink. HEX triplet: FA, 74 and EE. RGB value is (250,116,238). Sum of RGB (Red+Green+Blue) = 250+116+238=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA74EE is #058B11. Grayscale: #A9A9A9. Windows color (decimal): -363282 or 15627514. OLE color: 15627514.
HSL color Cylindrical-coordinate representation of color #FA74EE: hue angle of 305.37º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74EE is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 238 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.02 |
| HSL | 305.37º | 0.93% | 0.72% | - |
| HSV(B) | 305.37º | 0.54% | 0.98% | - |
| XYZ | 61.1 | 38.99 | 85.19 | - |
| YUV | 169.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 238 | 0 | 0.54 | 0.05 | 0.02 | 305.37 | 0.93 | 0.72 |
| Hex | FA | 74 | EE | 0 | 36 | 5 | 2 | 131 | 5D | 48 |
| Octal | 372 | 164 | 356 | 0 | 66 | 5 | 2 | 461 | 135 | 110 |
| Binary | 11111010 | 1110100 | 11101110 | 0 | 110110 | 101 | 10 | 100110001 | 1011101 | 1001000 |
Color Harmonies of #FA74EE
Complementary color
Monochromatic Colors of #FA74EE
Black with #FA74EE
Text Example
Text Example
White with #FA74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA74EE; }
p { color: rgb(250,116,238); }
H1.HeaderClassName
{
color: #FA74EE;
}
.AnyTagClassName
{
color: #FA74EE;
}
</style>
background-color css
<style>
a { background-color: #FA74EE; }
a { background-color: rgb(250,116,238); }
div.DivClassName
{
background-color: #FA74EE;
}
.BgClassName
{
background-color: #FA74EE;
}
</style>
border-color css
<style>
span { border-color: #FA74EE; }
span { border-color: rgb(250,116,238); }
td.TdClassName
{
border-color: #FA74EE;
}
.TagClassName
{
border-color: #FA74EE;
}
</style>