Shades of Fuchsia Pink #FD7AFD
Tints of Fuchsia Pink #FD7AFD
RGB
CMYK
RGB Variations
Color information
#FD7AFD (or 0xFD7AFD) is known color: Fuchsia Pink. HEX triplet: FD, 7A and FD. RGB value is (253,122,253). Sum of RGB (Red+Green+Blue) = 253+122+253=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 122 (48.05% from 255 or 19.43% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD7AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7AFD is #028502. Grayscale: #AFAFAF. Windows color (decimal): -165123 or 16612093. OLE color: 16612093.
HSL color Cylindrical-coordinate representation of color #FD7AFD: hue angle of 300º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7AFD is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 122 | 253 | - |
CMYK | 0 | 0.52 | 0 | 0.01 |
HSL | 300º | 0.97% | 0.74% | - |
HSV(B) | 300º | 0.52% | 0.99% | - |
XYZ | 65.2 | 41.89 | 97.58 | - |
YUV | 176.1 | 171.4 | 182.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 122 | 253 | 0 | 0.52 | 0 | 0.01 | 300 | 0.97 | 0.74 |
Hex | FD | 7A | FD | 0 | 34 | 0 | 1 | 12C | 61 | 4A |
Octal | 375 | 172 | 375 | 0 | 64 | 0 | 1 | 454 | 141 | 112 |
Binary | 11111101 | 1111010 | 11111101 | 0 | 110100 | 0 | 1 | 100101100 | 1100001 | 1001010 |
Color Harmonies of #FD7AFD
Complementary color
Monochromatic Colors of #FD7AFD
Black with #FD7AFD
Text Example
Text Example
White with #FD7AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7AFD; }
p { color: rgb(253,122,253); }
H1.HeaderClassName
{
color: #FD7AFD;
}
.AnyTagClassName
{
color: #FD7AFD;
}
</style>
background-color css
<style>
a { background-color: #FD7AFD; }
a { background-color: rgb(253,122,253); }
div.DivClassName
{
background-color: #FD7AFD;
}
.BgClassName
{
background-color: #FD7AFD;
}
</style>
border-color css
<style>
span { border-color: #FD7AFD; }
span { border-color: rgb(253,122,253); }
td.TdClassName
{
border-color: #FD7AFD;
}
.TagClassName
{
border-color: #FD7AFD;
}
</style>