#FA74FD

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

Shades of Fuchsia Pink #FA74FD

Tints of Fuchsia Pink #FA74FD

Color information

#FA74FD (or 0xFA74FD) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 74 and FD. RGB value is (250,116,253). Sum of RGB (Red+Green+Blue) = 250+116+253=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 116 (45.70% from 255 or 18.74% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA74FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA74FD is #058B02. Grayscale: #ABABAB. Windows color (decimal): -363267 or 16610554. OLE color: 16610554.

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

Color convert

RGB250116253-
CMYK0.010.5400.01
HSL298.69º97.16%72.35%-
HSV(B)298.69º54.15%99.22%-
XYZ63.439.9197.29-
YUV171.68173.89183.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 116 (45.70% from 255) = 18.74%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=40.39%
G=18.74%
B=40.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501162530.010.5400.01298.6997.1672.35
HexFA74FD1360112b6148
Octal37216437516601453141110
Binary1111101011101001111110111101100110010101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA74FD; }

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

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

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

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

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

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

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

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