#FA7FFD

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

Shades of Fuchsia Pink #FA7FFD

Tints of Fuchsia Pink #FA7FFD

Color information

#FA7FFD (or 0xFA7FFD) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7F and FD. RGB value is (250,127,253). Sum of RGB (Red+Green+Blue) = 250+127+253=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 127 (50% from 255 or 20.16% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FFD is #058002. Grayscale: #B1B1B1. Windows color (decimal): -360451 or 16613370. OLE color: 16613370.

HSL color Cylindrical-coordinate representation of color #FA7FFD: hue angle of 298.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7FFD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250127253-
CMYK0.010.5000.01
HSL298.57º96.92%74.51%-
HSV(B)298.57º49.8%99.22%-
XYZ64.7442.5997.74-
YUV178.14170.25179.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 127 (50% from 255) = 20.16%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=39.68%
G=20.16%
B=40.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501272530.010.5000.01298.5796.9274.51
HexFA7FFD1320112b614b
Octal37217737516201453141113
Binary1111101011111111111110111100100110010101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7FFD; }

 p { color: rgb(250,127,253); }

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

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

 a { background-color: rgb(250,127,253); }

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

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

 span { border-color: rgb(250,127,253); }

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