Shades of Fuchsia Pink #FF7AFD
Tints of Fuchsia Pink #FF7AFD
RGB
CMYK
RGB Variations
Color information
#FF7AFD (or 0xFF7AFD) is known color: Fuchsia Pink. HEX triplet: FF, 7A and FD. RGB value is (255,122,253). Sum of RGB (Red+Green+Blue) = 255+122+253=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 122 (48.05% from 255 or 19.37% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AFD is #008502. Grayscale: #B0B0B0. Windows color (decimal): -34051 or 16612095. OLE color: 16612095.
HSL color Cylindrical-coordinate representation of color #FF7AFD: hue angle of 300.9º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AFD is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 253 | - |
| CMYK | 0 | 0.52 | 0.01 | 0 |
| HSL | 300.9º | 1% | 0.74% | - |
| HSV(B) | 300.9º | 0.52% | 1% | - |
| XYZ | 65.93 | 42.27 | 97.61 | - |
| YUV | 176.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 253 | 0 | 0.52 | 0.01 | 0 | 300.9 | 1 | 0.74 |
| Hex | FF | 7A | FD | 0 | 34 | 1 | 0 | 12D | 64 | 4A |
| Octal | 377 | 172 | 375 | 0 | 64 | 1 | 0 | 455 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11111101 | 0 | 110100 | 1 | 0 | 100101101 | 1100100 | 1001010 |
Color Harmonies of #FF7AFD
Complementary color
Monochromatic Colors of #FF7AFD
Black with #FF7AFD
Text Example
Text Example
White with #FF7AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AFD; }
p { color: rgb(255,122,253); }
H1.HeaderClassName
{
color: #FF7AFD;
}
.AnyTagClassName
{
color: #FF7AFD;
}
</style>
background-color css
<style>
a { background-color: #FF7AFD; }
a { background-color: rgb(255,122,253); }
div.DivClassName
{
background-color: #FF7AFD;
}
.BgClassName
{
background-color: #FF7AFD;
}
</style>
border-color css
<style>
span { border-color: #FF7AFD; }
span { border-color: rgb(255,122,253); }
td.TdClassName
{
border-color: #FF7AFD;
}
.TagClassName
{
border-color: #FF7AFD;
}
</style>