#FA6CFF

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

Shades of Ultra Pink #FA6CFF

Tints of Ultra Pink #FA6CFF

Color information

#FA6CFF (or 0xFA6CFF) is unknown color: approx Ultra Pink. HEX triplet: FA, 6C and FF. RGB value is (250,108,255). Sum of RGB (Red+Green+Blue) = 250+108+255=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 108 (42.58% from 255 or 17.62% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA6CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CFF is #059300. Grayscale: #A6A6A6. Windows color (decimal): -365313 or 16739578. OLE color: 16739578.

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

Color convert

RGB250108255-
CMYK0.020.5800
HSL297.96º100%71.18%-
HSV(B)297.96º57.65%100%-
XYZ62.8438.2798.68-
YUV167.22177.54187.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 108 (42.58% from 255) = 17.62%
BLUE value IS 255 (100% from 255) = 41.60%
R=40.78%
G=17.62%
B=41.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501082550.020.5800297.9610071.18
HexFA6CFF23A0012a6447
Octal37215437727200452144107
Binary11111010110110011111111101110100010010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CFF; }

 p { color: rgb(250,108,255); }

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

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

 a { background-color: rgb(250,108,255); }

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

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

 span { border-color: rgb(250,108,255); }

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