#FD7AFF

Color #FD7AFF Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FD7AFF

Tints of Fuchsia Pink #FD7AFF

Color information

#FD7AFF (or 0xFD7AFF) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 7A and FF. RGB value is (253,122,255). Sum of RGB (Red+Green+Blue) = 253+122+255=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 122 (48.05% from 255 or 19.37% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD7AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7AFF is #028500. Grayscale: #AFAFAF. Windows color (decimal): -165121 or 16743165. OLE color: 16743165.

HSL color Cylindrical-coordinate representation of color #FD7AFF: hue angle of 299.1º 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 #FD7AFF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB253122255-
CMYK0.010.5200
HSL299.1º100%73.92%-
HSV(B)299.1º52.16%100%-
XYZ65.5242.0299.27-
YUV176.33172.4182.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 122 (48.05% from 255) = 19.37%
BLUE value IS 255 (100% from 255) = 40.48%
R=40.16%
G=19.37%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531222550.010.5200299.110073.92
HexFD7AFF1340012b644a
Octal37517237716400453144112
Binary1111110111110101111111111101000010010101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7AFF; }

 p { color: rgb(253,122,255); }

 H1.HeaderClassName
 {
   color: #FD7AFF;
 }
 .AnyTagClassName
 {
   color: #FD7AFF;
 }
</style>
background-color css

<style>
 a { background-color: #FD7AFF; }

 a { background-color: rgb(253,122,255); }

 div.DivClassName
 {
   background-color: #FD7AFF;
 }
 .BgClassName
 {
   background-color: #FD7AFF;
 }
</style>
border-color css

<style>
 span { border-color: #FD7AFF; }

 span { border-color: rgb(253,122,255); }

 td.TdClassName
 {
   border-color: #FD7AFF;
 }
 .TagClassName
 {
   border-color: #FD7AFF;
 }
</style>