#FA7BF4

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

Shades of Fuchsia Pink #FA7BF4

Tints of Fuchsia Pink #FA7BF4

Color information

#FA7BF4 (or 0xFA7BF4) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7B and F4. RGB value is (250,123,244). Sum of RGB (Red+Green+Blue) = 250+123+244=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 123 (48.44% from 255 or 19.94% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BF4 is #05840B. Grayscale: #AEAEAE. Windows color (decimal): -361484 or 16022522. OLE color: 16022522.

HSL color Cylindrical-coordinate representation of color #FA7BF4: hue angle of 302.83º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BF4 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250123244-
CMYK00.510.020.02
HSL302.83º92.7%73.14%-
HSV(B)302.83º50.8%98.04%-
XYZ62.8441.0290.19-
YUV174.77167.08181.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 123 (48.44% from 255) = 19.94%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=40.52%
G=19.94%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012324400.510.020.02302.8392.773.14
HexFA7BF40332212f5d49
Octal37217336406322457135111
Binary111110101111011111101000110011101010010111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7BF4; }

 p { color: rgb(250,123,244); }

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

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

 a { background-color: rgb(250,123,244); }

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

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

 span { border-color: rgb(250,123,244); }

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