#FA6FF9

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

Shades of Ultra Pink #FA6FF9

Tints of Ultra Pink #FA6FF9

Color information

#FA6FF9 (or 0xFA6FF9) is unknown color: approx Ultra Pink. HEX triplet: FA, 6F and F9. RGB value is (250,111,249). Sum of RGB (Red+Green+Blue) = 250+111+249=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 111 (43.75% from 255 or 18.20% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6FF9 is #059006. Grayscale: #A7A7A7. Windows color (decimal): -364551 or 16347130. OLE color: 16347130.

HSL color Cylindrical-coordinate representation of color #FA6FF9: hue angle of 300.43º degrees, saturation: 0.93, 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 #FA6FF9 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB250111249-
CMYK00.560.000.02
HSL300.43º93.29%70.78%-
HSV(B)300.43º55.6%98.04%-
XYZ62.2138.5393.78-
YUV168.29173.55186.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 111 (43.75% from 255) = 18.20%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=40.98%
G=18.20%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011124900.560.000.02300.4393.2970.78
HexFA6FF90380212c5d47
Octal37215737107002454135107
Binary11111010110111111111001011100001010010110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6FF9; }

 p { color: rgb(250,111,249); }

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

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

 a { background-color: rgb(250,111,249); }

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

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

 span { border-color: rgb(250,111,249); }

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