Shades of Fuchsia Pink #FE73FB
Tints of Fuchsia Pink #FE73FB
RGB
CMYK
RGB Variations
Color information
#FE73FB (or 0xFE73FB) is known color: Fuchsia Pink. HEX triplet: FE, 73 and FB. RGB value is (254,115,251). Sum of RGB (Red+Green+Blue) = 254+115+251=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 115 (45.31% from 255 or 18.55% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73FB is #018C04. Grayscale: #ABABAB. Windows color (decimal): -101381 or 16479230. OLE color: 16479230.
HSL color Cylindrical-coordinate representation of color #FE73FB: hue angle of 301.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73FB is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 251 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.00 |
| HSL | 301.3º | 0.99% | 0.72% | - |
| HSV(B) | 301.3º | 0.55% | 1% | - |
| XYZ | 64.42 | 40.3 | 95.65 | - |
| YUV | 172.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 251 | 0 | 0.55 | 0.01 | 0.00 | 301.3 | 0.99 | 0.72 |
| Hex | FE | 73 | FB | 0 | 37 | 1 | 0 | 12D | 63 | 48 |
| Octal | 376 | 163 | 373 | 0 | 67 | 1 | 0 | 455 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11111011 | 0 | 110111 | 1 | 0 | 100101101 | 1100011 | 1001000 |
Color Harmonies of #FE73FB
Complementary color
Monochromatic Colors of #FE73FB
Black with #FE73FB
Text Example
Text Example
White with #FE73FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73FB; }
p { color: rgb(254,115,251); }
H1.HeaderClassName
{
color: #FE73FB;
}
.AnyTagClassName
{
color: #FE73FB;
}
</style>
background-color css
<style>
a { background-color: #FE73FB; }
a { background-color: rgb(254,115,251); }
div.DivClassName
{
background-color: #FE73FB;
}
.BgClassName
{
background-color: #FE73FB;
}
</style>
border-color css
<style>
span { border-color: #FE73FB; }
span { border-color: rgb(254,115,251); }
td.TdClassName
{
border-color: #FE73FB;
}
.TagClassName
{
border-color: #FE73FB;
}
</style>