#FA6DF9

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

Shades of Ultra Pink #FA6DF9

Tints of Ultra Pink #FA6DF9

Color information

#FA6DF9 (or 0xFA6DF9) is unknown color: approx Ultra Pink. HEX triplet: FA, 6D and F9. RGB value is (250,109,249). Sum of RGB (Red+Green+Blue) = 250+109+249=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 109 (42.97% from 255 or 17.93% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF9 is #059206. Grayscale: #A6A6A6. Windows color (decimal): -365063 or 16346618. OLE color: 16346618.

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

Color convert

RGB250109249-
CMYK00.560.000.02
HSL300.43º93.38%70.39%-
HSV(B)300.43º56.4%98.04%-
XYZ61.9938.193.71-
YUV167.12174.21187.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 109 (42.97% from 255) = 17.93%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=41.12%
G=17.93%
B=40.95%

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
Decimal25010924900.560.000.02300.4393.3870.39
HexFA6DF90380212c5d46
Octal37215537107002454135106
Binary11111010110110111111001011100001010010110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6DF9; }

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

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

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

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

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

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

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

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