#FA6EFB

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

Shades of Ultra Pink #FA6EFB

Tints of Ultra Pink #FA6EFB

Color information

#FA6EFB (or 0xFA6EFB) is unknown color: approx Ultra Pink. HEX triplet: FA, 6E and FB. RGB value is (250,110,251). Sum of RGB (Red+Green+Blue) = 250+110+251=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 110 (43.36% from 255 or 18.00% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA6EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EFB is #059104. Grayscale: #A7A7A7. Windows color (decimal): -364805 or 16477946. OLE color: 16477946.

HSL color Cylindrical-coordinate representation of color #FA6EFB: hue angle of 299.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6EFB is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250110251-
CMYK0.000.5600.02
HSL299.57º94.63%70.78%-
HSV(B)299.57º56.18%98.43%-
XYZ62.4138.4495.4-
YUV167.93174.88186.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 110 (43.36% from 255) = 18.00%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=40.92%
G=18.00%
B=41.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501102510.000.5600.02299.5794.6370.78
HexFA6EFB0380212c5f47
Octal37215637307002454137107
Binary11111010110111011111011011100001010010110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6EFB; }

 p { color: rgb(250,110,251); }

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

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

 a { background-color: rgb(250,110,251); }

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

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

 span { border-color: rgb(250,110,251); }

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