Shades of Fuchsia Pink #FF7AF3
Tints of Fuchsia Pink #FF7AF3
RGB
CMYK
RGB Variations
Color information
#FF7AF3 (or 0xFF7AF3) is known color: Fuchsia Pink. HEX triplet: FF, 7A and F3. RGB value is (255,122,243). Sum of RGB (Red+Green+Blue) = 255+122+243=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 122 (48.05% from 255 or 19.68% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AF3 is #00850C. Grayscale: #AFAFAF. Windows color (decimal): -34061 or 15956735. OLE color: 15956735.
HSL color Cylindrical-coordinate representation of color #FF7AF3: hue angle of 305.41º 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 #FF7AF3 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 243 | - |
| CMYK | 0 | 0.52 | 0.05 | 0 |
| HSL | 305.41º | 1% | 0.74% | - |
| HSV(B) | 305.41º | 0.52% | 1% | - |
| XYZ | 64.38 | 41.65 | 89.44 | - |
| YUV | 175.56 | 166.06 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 243 | 0 | 0.52 | 0.05 | 0 | 305.41 | 1 | 0.74 |
| Hex | FF | 7A | F3 | 0 | 34 | 5 | 0 | 131 | 64 | 4A |
| Octal | 377 | 172 | 363 | 0 | 64 | 5 | 0 | 461 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11110011 | 0 | 110100 | 101 | 0 | 100110001 | 1100100 | 1001010 |
Color Harmonies of #FF7AF3
Complementary color
Monochromatic Colors of #FF7AF3
Black with #FF7AF3
Text Example
Text Example
White with #FF7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AF3; }
p { color: rgb(255,122,243); }
H1.HeaderClassName
{
color: #FF7AF3;
}
.AnyTagClassName
{
color: #FF7AF3;
}
</style>
background-color css
<style>
a { background-color: #FF7AF3; }
a { background-color: rgb(255,122,243); }
div.DivClassName
{
background-color: #FF7AF3;
}
.BgClassName
{
background-color: #FF7AF3;
}
</style>
border-color css
<style>
span { border-color: #FF7AF3; }
span { border-color: rgb(255,122,243); }
td.TdClassName
{
border-color: #FF7AF3;
}
.TagClassName
{
border-color: #FF7AF3;
}
</style>