Shades of Fuchsia Pink #FF74F4
Tints of Fuchsia Pink #FF74F4
RGB
CMYK
RGB Variations
Color information
#FF74F4 (or 0xFF74F4) is known color: Fuchsia Pink. HEX triplet: FF, 74 and F4. RGB value is (255,116,244). Sum of RGB (Red+Green+Blue) = 255+116+244=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 116 (45.70% from 255 or 18.86% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74F4 is #008B0B. Grayscale: #ABABAB. Windows color (decimal): -35596 or 16020735. OLE color: 16020735.
HSL color Cylindrical-coordinate representation of color #FF74F4: hue angle of 304.75º 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 #FF74F4 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 244 | - |
| CMYK | 0 | 0.55 | 0.04 | 0 |
| HSL | 304.75º | 1% | 0.73% | - |
| HSV(B) | 304.75º | 0.55% | 1% | - |
| XYZ | 63.81 | 40.28 | 90 | - |
| YUV | 172.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 244 | 0 | 0.55 | 0.04 | 0 | 304.75 | 1 | 0.73 |
| Hex | FF | 74 | F4 | 0 | 37 | 4 | 0 | 131 | 64 | 49 |
| Octal | 377 | 164 | 364 | 0 | 67 | 4 | 0 | 461 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11110100 | 0 | 110111 | 100 | 0 | 100110001 | 1100100 | 1001001 |
Color Harmonies of #FF74F4
Complementary color
Monochromatic Colors of #FF74F4
Black with #FF74F4
Text Example
Text Example
White with #FF74F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74F4; }
p { color: rgb(255,116,244); }
H1.HeaderClassName
{
color: #FF74F4;
}
.AnyTagClassName
{
color: #FF74F4;
}
</style>
background-color css
<style>
a { background-color: #FF74F4; }
a { background-color: rgb(255,116,244); }
div.DivClassName
{
background-color: #FF74F4;
}
.BgClassName
{
background-color: #FF74F4;
}
</style>
border-color css
<style>
span { border-color: #FF74F4; }
span { border-color: rgb(255,116,244); }
td.TdClassName
{
border-color: #FF74F4;
}
.TagClassName
{
border-color: #FF74F4;
}
</style>