#FA7DFC

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

Shades of Fuchsia Pink #FA7DFC

Tints of Fuchsia Pink #FA7DFC

Color information

#FA7DFC (or 0xFA7DFC) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7D and FC. RGB value is (250,125,252). Sum of RGB (Red+Green+Blue) = 250+125+252=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 125 (49.22% from 255 or 19.94% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA7DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DFC is #058203. Grayscale: #B0B0B0. Windows color (decimal): -360964 or 16547322. OLE color: 16547322.

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

Color convert

RGB250125252-
CMYK0.010.5000.01
HSL299.06º95.49%73.92%-
HSV(B)299.06º50.4%98.82%-
XYZ64.3342.0296.82-
YUV176.85170.41180.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 125 (49.22% from 255) = 19.94%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=39.87%
G=19.94%
B=40.19%

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
Decimal2501252520.010.5000.01299.0695.4973.92
HexFA7DFC1320112b5f4a
Octal37217537416201453137112
Binary1111101011111011111110011100100110010101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DFC; }

 p { color: rgb(250,125,252); }

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

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

 a { background-color: rgb(250,125,252); }

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

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

 span { border-color: rgb(250,125,252); }

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