#FA7BFC

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

Shades of Fuchsia Pink #FA7BFC

Tints of Fuchsia Pink #FA7BFC

Color information

#FA7BFC (or 0xFA7BFC) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7B and FC. RGB value is (250,123,252). Sum of RGB (Red+Green+Blue) = 250+123+252=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 123 (48.44% from 255 or 19.68% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BFC is #058403. Grayscale: #AFAFAF. Windows color (decimal): -361476 or 16546810. OLE color: 16546810.

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

Color convert

RGB250123252-
CMYK0.010.5100.01
HSL299.07º95.56%73.53%-
HSV(B)299.07º51.19%98.82%-
XYZ64.0841.5296.73-
YUV175.68171.08181.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 19.68%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=40%
G=19.68%
B=40.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501232520.010.5100.01299.0795.5673.53
HexFA7BFC1330112b604a
Octal37217337416301453140112
Binary1111101011110111111110011100110110010101111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7BFC; }

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

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

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

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

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

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

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

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