Shades of Fuchsia Pink #FF74FD
Tints of Fuchsia Pink #FF74FD
RGB
CMYK
RGB Variations
Color information
#FF74FD (or 0xFF74FD) is known color: Fuchsia Pink. HEX triplet: FF, 74 and FD. RGB value is (255,116,253). Sum of RGB (Red+Green+Blue) = 255+116+253=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 116 (45.70% from 255 or 18.59% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74FD is #008B02. Grayscale: #ACACAC. Windows color (decimal): -35587 or 16610559. OLE color: 16610559.
HSL color Cylindrical-coordinate representation of color #FF74FD: hue angle of 300.86º 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 #FF74FD is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 253 | - |
| CMYK | 0 | 0.55 | 0.01 | 0 |
| HSL | 300.86º | 1% | 0.73% | - |
| HSV(B) | 300.86º | 0.55% | 1% | - |
| XYZ | 65.22 | 40.84 | 97.37 | - |
| YUV | 173.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 253 | 0 | 0.55 | 0.01 | 0 | 300.86 | 1 | 0.73 |
| Hex | FF | 74 | FD | 0 | 37 | 1 | 0 | 12D | 64 | 49 |
| Octal | 377 | 164 | 375 | 0 | 67 | 1 | 0 | 455 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11111101 | 0 | 110111 | 1 | 0 | 100101101 | 1100100 | 1001001 |
Color Harmonies of #FF74FD
Complementary color
Monochromatic Colors of #FF74FD
Black with #FF74FD
Text Example
Text Example
White with #FF74FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74FD; }
p { color: rgb(255,116,253); }
H1.HeaderClassName
{
color: #FF74FD;
}
.AnyTagClassName
{
color: #FF74FD;
}
</style>
background-color css
<style>
a { background-color: #FF74FD; }
a { background-color: rgb(255,116,253); }
div.DivClassName
{
background-color: #FF74FD;
}
.BgClassName
{
background-color: #FF74FD;
}
</style>
border-color css
<style>
span { border-color: #FF74FD; }
span { border-color: rgb(255,116,253); }
td.TdClassName
{
border-color: #FF74FD;
}
.TagClassName
{
border-color: #FF74FD;
}
</style>