#FA6DF8

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

Shades of Ultra Pink #FA6DF8

Tints of Ultra Pink #FA6DF8

Color information

#FA6DF8 (or 0xFA6DF8) is unknown color: approx Ultra Pink. HEX triplet: FA, 6D and F8. RGB value is (250,109,248). Sum of RGB (Red+Green+Blue) = 250+109+248=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 109 (42.97% from 255 or 17.96% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF8 is #059207. Grayscale: #A6A6A6. Windows color (decimal): -365064 or 16281082. OLE color: 16281082.

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

Color convert

RGB250109248-
CMYK00.560.010.02
HSL300.85º93.38%70.39%-
HSV(B)300.85º56.4%98.04%-
XYZ61.8438.0492.89-
YUV167173.71187.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 109 (42.97% from 255) = 17.96%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=41.19%
G=17.96%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010924800.560.010.02300.8593.3870.39
HexFA6DF80381212d5d46
Octal37215537007012455135106
Binary11111010110110111111000011100011010010110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6DF8; }

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

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

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

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

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

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

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

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